Physics
| Methods | Properties | Base Classes | Derived Classes | 
|---|---|---|---|
| Add | All | safeid32object | |
| Clear | Count | ||
| Get | |||
| RemoveAt | 
Properties
All : multiconvexmeshsubmeshrange
read-only
var All : MultiConvexMeshSubMeshRange
Count : integer
read-only
var Count : Integer
Methods
Add : subconvexmesh
Create and add a new SubConvexMesh. Returns the new mesh for modification. |Name|Type|Description| |---|---|---|
function Add() : SubConvexMesh
Clear : Void
Clears all sub-meshes. |Name|Type|Description| |---|---|---|
function Clear()
Get : subconvexmesh
Name Type Description integer function Get( : Integer) : SubConvexMesh
RemoveAt : Void
Remove the sub-mesh at the given index. |Name|Type|Description| |---|---|---| |arrayIndex|integer| |
function RemoveAt(arrayIndex : Integer)