| Package | com.yogurt3d.core.geoms.interfaces |
| Interface | public interface IMesh extends IEngineObject, IIdentifiableObject, IReconstructibleObject |
| Implementors | Mesh, SkeletalAnimatedMesh |
| Property | Defined By | ||
|---|---|---|---|
| axisAlignedBoundingBox : AxisAlignedBoundingBox [read-only] | IMesh | ||
| boundingSphere : BoundingSphere [read-only] | IMesh | ||
| subMeshList : Vector.<SubMesh> [read-only] | IMesh | ||
![]() | systemID : String [read-only]
Automatically assigned id. | IIdentifiableObject | |
| type : String [read-only] | IMesh | ||
![]() | userID : String
Identification string can be assigned by developer to identify objects. | IIdentifiableObject | |
| axisAlignedBoundingBox | property |
axisAlignedBoundingBox:AxisAlignedBoundingBox [read-only] public function get axisAlignedBoundingBox():AxisAlignedBoundingBox| boundingSphere | property |
boundingSphere:BoundingSphere [read-only] public function get boundingSphere():BoundingSphere| subMeshList | property |
subMeshList:Vector.<SubMesh> [read-only] public function get subMeshList():Vector.<SubMesh>| type | property |
type:String [read-only] public function get type():String