The XMeshModel type exposes the following members.

Properties

  NameDescription
Configs
Returns the XModelConfigs model configuration.
(Inherited from XModel.)
HasAnimation
Denotes whether the mesh model has animations.
HasFrames
Denotes whether the mesh has frames.
IsAnimationMesh
Denotes whether the mesh model is animated.
IsPreviewImageLoaded
Returns trueTruetruetrue (True in Visual Basic) if the model preview image has been loaded.
(Inherited from XModel.)
IsReadOnly
Returns trueTruetruetrue (True in Visual Basic) if the model source is read only.
(Inherited from XModel.)
Mesh
Returns the mesh object. If the mesh is animated, it returns the XAnimationMesh type value, otherwise the XMaterialMesh type value.
ModelFactory
Returns the default XModel..::.IXModelFactory interface implementation that allows to create the mesh models.
Name
Returns the model name.
(Inherited from XModel.)
PreviewImage
Returns the Image image of the model preview.
(Inherited from XModel.)
Resource
Returns the IXResourceLocation model source instance.
(Inherited from XModel.)
SyncRoot (Inherited from XModel.)

See Also