|
|
| CompoundShape (global::System.IntPtr cPtr, bool cMemoryOwn) |
| | 仅供内部使用
|
| |
|
void | Dispose () |
| |
|
string | GetName () |
| |
|
void | SetName (string val) |
| |
|
PrimitiveShapeList | GetShapes () |
| |
|
AABox | GetBoundingBox () |
| |
|
void | SetBoundingBox (AABox val) |
| |
|
CompoundShape | Clone () |
| |
| void | SetMaterial (MaterialInstance material) |
| | 设置材质.
|
| |
| void | SetColor (Vector3 color) |
| | 设置颜色.
|
| |
|
void | UpdateBoundingBox () |
| | 更新包围盒.
|
| |
|
void | AddTargetName (string name, uint id) |
| |
|
void | UpdateMorphTargets () |
| |
|
void | Clear () |
| |
| void | Add (PrimitiveShape shape) |
| | 添加形状.
|
| |
|
void | AddPrimitive (PrimitiveShape shape) |
| |
| void | Add (BufferGeometry geometry, MaterialInstance material) |
| | 添加形状.
|
| |
|
void | AddGeometry (BufferGeometry geometry, MaterialInstance material) |
| |
| void | Add (BufferGeometry geometry, MaterialInstance material, Vector3 color, byte lineWidth) |
| | 添加形状.
|
| |
|
void | AddGeometryWithColor (BufferGeometry geometry, MaterialInstance material, Vector3 color, byte lineWidth) |
| |
| uint | GetCount () |
| | 获取形状数量.
|
| |
| PrimitiveShape | GetPrimitive (uint idx) |
| | 获取形状.
|
| |