Interface IModel
Base interface for 3D models
public interface IModel : IFileAsset, IGraphicsResource, IIdentifier, ISerialization
- Inherited Members
Properties
HasTransparency
Gets a value indicating whether the content includes transparent regions.
bool HasTransparency { get; }
Property Value
Meshes
The meshes contained in this model, indexed by their names
List<Mesh> Meshes { get; set; }
Property Value
NodeStructure
The node structure of this model
SceneNodeData NodeStructure { get; set; }