Base interface for classes that need to be bound to an IMesh object for the duration of subsequent actions.
interface
|
IMeshBound
|
base of
|
IMeshBoundMinRadius
|
||
IMeshBoundMinSize
|
|||||
IMeshTraversal
|
|||||
ITerrainTransform
|
|||||
MeshBoundBase
|
Has this object been bound to an IMesh object?
property
|
HasMesh
{
get
}
|
||
type
|
bool
|
||
value
|
true
if
this
object
is
currently
bound
to
an
IMesh,
false
if
not.
|
The CLOD mesh this object is currently bound to.
property
|
Mesh
{
get
}
|
||
type
|
IMesh
|
||
value
|
The
CLOD
mesh
or
null . |
Binds this object to the given IMesh.
method
|
MeshBind
(IMesh mesh)
|
||
params
|
mesh
|
The mesh object. |
Unbinds this object from its current IMesh.
method
|
MeshUnbind
()
|