Method | Description | |
---|---|---|
GetInputMeshList ( int &meshCount, |
Update the internal mesh list and provides an array pointer in the form the dll will accept.
|
Method | Description | |
---|---|---|
AddOrUpdateMeshInList ( |
Updates an element of the behavior's mesh list from an element of the the spatial mapping's surface object list. Element will be either added or updated to match up to the surfaceObject list.
|
|
FindMeshIndexInInputMeshList ( int meshID ) : int | ||
MappingObserver_DataReady ( |
Called by the surface observer when a mesh has had its data changed.
|
|
MappingObserver_SurfaceChanged ( |
Called when a surface is going to be added, removed, or updated. We only care about removal so we can remove our internal copy of the surface mesh.
|
|
Start ( ) : void |
public GetInputMeshList ( int &meshCount, |
||
meshCount | int | Number of meshes contains in the return mesh list |
meshList | Marshalled mesh list pointer. Valid only with the caller's function context | |
return | bool |