Functions | |
| ResourceID | getMeshResourceID () const |
| Gets the value of MeshProperty. More... | |
| void | setMeshResourceID (ResourceID value) |
| Sets the value of MeshProperty. More... | |
| ResourceID | getMaterialResourceID () const |
| Gets the value of MaterialProperty. More... | |
| void | setMaterialResourceID (ResourceID value) |
| Sets the value of MaterialProperty. More... | |
| bool | isDrawnAsBoundingBox () const |
| Gets the value of DrawnAsBoundingBoxProperty. More... | |
| void | setDrawnAsBoundingBox (bool value) |
| Sets the value of DrawnAsBoundingBoxProperty. More... | |
Variables | |
| static PropertyType< ResourceID > | MeshProperty |
| Mesh property. More... | |
| static PropertyType< ResourceID > | MaterialProperty |
| Material property. More... | |
| static PropertyType< bool > | DrawnAsBoundingBoxProperty |
| DrawnAsBoundingBox property. More... | |
| static PropertyType< float > | MeshMorphTargetWeightProperty |
| MeshMorphTargetWeight property. More... | |
| ResourceID getMeshResourceID | ( | ) | const |
Gets the value of MeshProperty.
| void setMeshResourceID | ( | ResourceID | value | ) |
Sets the value of MeshProperty.
| ResourceID getMaterialResourceID | ( | ) | const |
Gets the value of MaterialProperty.
| void setMaterialResourceID | ( | ResourceID | value | ) |
Sets the value of MaterialProperty.
| bool isDrawnAsBoundingBox | ( | ) | const |
Gets the value of DrawnAsBoundingBoxProperty.
| void setDrawnAsBoundingBox | ( | bool | value | ) |
Sets the value of DrawnAsBoundingBoxProperty.
|
static |
|
static |
Material property.
The default value is ResourceID().
|
static |
DrawnAsBoundingBox property.
The default value is false.
|
static |
MeshMorphTargetWeight property.
The default value is 1.0f.