Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
Engine.Box
类 Engine.Box 继承关系图:
Engine.Box 的协作图:

Public 成员函数

 Box (int left, int top, int near, int width, int height, int depth)
bool Equals (Box other)
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()
bool Contains (Point3 p)

静态 Public 成员函数

static implicit operator Box ((int Left, int Top, int Near, int Width, int Height, int Depth) v)
static Box Intersection (Box b1, Box b2)
static Box Union (Box b1, Box b2)
static bool operator== (Box b1, Box b2)
static bool operator!= (Box b1, Box b2)

Public 属性

int Left
int Top
int Near
int Width
int Height
int Depth

静态 Public 属性

static Box Empty

属性

Point3 Location [get, set]
Point3 Size [get, set]
int Right [get]
int Bottom [get]
int Far [get]

详细描述

在文件 Box.cs2 行定义.

构造及析构函数说明

◆ Box()

Engine.Box.Box ( int left,
int top,
int near,
int width,
int height,
int depth )

在文件 Box.cs41 行定义.

这是这个函数的调用关系图:

成员函数说明

◆ Contains()

bool Engine.Box.Contains ( Point3 p)

在文件 Box.cs66 行定义.

◆ Equals() [1/2]

bool Engine.Box.Equals ( Box other)

在文件 Box.cs53 行定义.

函数调用图:

◆ Equals() [2/2]

override bool Engine.Box.Equals ( object obj)

在文件 Box.cs60 行定义.

函数调用图:

◆ GetHashCode()

override int Engine.Box.GetHashCode ( )

在文件 Box.cs62 行定义.

◆ Intersection()

Box Engine.Box.Intersection ( Box b1,
Box b2 )
static

在文件 Box.cs68 行定义.

函数调用图:

◆ operator Box()

implicit Engine.Box.operator Box ( (int Left, int Top, int Near, int Width, int Height, int Depth) v)
static

在文件 Box.cs50 行定义.

◆ operator!=()

bool Engine.Box.operator!= ( Box b1,
Box b2 )
static

在文件 Box.cs90 行定义.

函数调用图:

◆ operator==()

bool Engine.Box.operator== ( Box b1,
Box b2 )
static

在文件 Box.cs88 行定义.

函数调用图:

◆ ToString()

override string Engine.Box.ToString ( )

在文件 Box.cs64 行定义.

◆ Union()

Box Engine.Box.Union ( Box b1,
Box b2 )
static

在文件 Box.cs78 行定义.

函数调用图:

类成员变量说明

◆ Depth

int Engine.Box.Depth

在文件 Box.cs13 行定义.

◆ Empty

Box Engine.Box.Empty
static

在文件 Box.cs15 行定义.

◆ Height

int Engine.Box.Height

在文件 Box.cs11 行定义.

◆ Left

int Engine.Box.Left

在文件 Box.cs3 行定义.

◆ Near

int Engine.Box.Near

在文件 Box.cs7 行定义.

◆ Top

int Engine.Box.Top

在文件 Box.cs5 行定义.

◆ Width

int Engine.Box.Width

在文件 Box.cs9 行定义.

属性说明

◆ Bottom

int Engine.Box.Bottom
get

在文件 Box.cs37 行定义.

◆ Far

int Engine.Box.Far
get

在文件 Box.cs39 行定义.

◆ Location

Point3 Engine.Box.Location
getset

在文件 Box.cs17 行定义.

◆ Right

int Engine.Box.Right
get

在文件 Box.cs35 行定义.

◆ Size

Point3 Engine.Box.Size
getset

在文件 Box.cs26 行定义.


该结构体的文档由以下文件生成:
  • E:/sc/doxygen/SurvivalcraftApi 1.8.2.3/Engine/Engine/Box.cs