|
Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
|


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] |
| Engine.Box.Box | ( | int | left, |
| int | top, | ||
| int | near, | ||
| int | width, | ||
| int | height, | ||
| int | depth ) |