An enum that indicates the model type. The following are the possible ModelTypeCode enumeration values for this code:
§ MT_NORMAL = 0
Regular model.
§ MT_ANIMATION = 1
Direct X animation model.
§ MT_PROGRESSIVE = 2
Reserved.
|
JavaScript |
|
|
|
|
ModelType |
|||
|
C# |
|
|
|
|
ModelTypeCode ModelType { get; } |
|||
|
C++ |
|
|
|
|
HRESULT ModelType([out, retval] ModelTypeCode* pVal) |
|||