Empeld
Empeld plugin documentation.
|
An interface representing the read-only version of a loaded model More...
Public Member Functions | |
IModelInstance | CreateInstance () |
Create an instance of the model More... | |
Properties | |
string | Name [get] |
The name of the model More... | |
int | FrameCount [get] |
Total number of frames the model has More... | |
int | GroupCount [get] |
Total number of groups the model has More... | |
float | DefaultFps [get] |
The default FPS the model has More... | |
IEnumerable< string > | Animations [get] |
Complete list of animation names More... | |
IEnumerable< string > | MeshGroupNames [get] |
Complete list of mesh group names More... | |
IEnumerable< string > | LabelNames [get] |
Complete list of all labels associated with the mesh More... | |
Matrix4 | Transform [get] |
Gets the transform matrix for the model More... | |
An interface representing the read-only version of a loaded model
IModelInstance pluginbase.Objects.Models.IReadonlyModel.CreateInstance | ( | ) |
Create an instance of the model
|
get |
Complete list of animation names
The animations.
|
get |
The default FPS the model has
The default fps.
|
get |
Total number of frames the model has
The frame count.
|
get |
Total number of groups the model has
The group count.
|
get |
Complete list of all labels associated with the mesh
The labels.
|
get |
Complete list of mesh group names
The mesh group names.
|
get |
The name of the model
The name.
|
get |
Gets the transform matrix for the model
The transform.