|
Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
|


Public 成员函数 | |
| BoundingSphere (Vector3 center, float radius) | |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| bool | Equals (BoundingSphere other) |
| override string | ToString () |
静态 Public 成员函数 | |
| static bool | operator== (BoundingSphere s1, BoundingSphere s2) |
| static bool | operator!= (BoundingSphere s1, BoundingSphere s2) |
Public 属性 | |
| Vector3 | Center |
| float | Radius |
在文件 BoundingSphere.cs 第 2 行定义.
| Engine.BoundingSphere.BoundingSphere | ( | Vector3 | center, |
| float | radius ) |
| bool Engine.BoundingSphere.Equals | ( | BoundingSphere | other | ) |
| override bool Engine.BoundingSphere.Equals | ( | object | obj | ) |
| override int Engine.BoundingSphere.GetHashCode | ( | ) |
在文件 BoundingSphere.cs 第 14 行定义.
|
static |
|
static |
| override string Engine.BoundingSphere.ToString | ( | ) |
在文件 BoundingSphere.cs 第 18 行定义.
| Vector3 Engine.BoundingSphere.Center |
在文件 BoundingSphere.cs 第 3 行定义.
| float Engine.BoundingSphere.Radius |
在文件 BoundingSphere.cs 第 5 行定义.