Collections of meshes to be rendered which can be animated
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Content ContentData
DeltaEngine.Rendering3D ModelData
Namespace: DeltaEngine.Rendering3D
Assembly: DeltaEngine.Rendering3D (in DeltaEngine.Rendering3D.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The ModelData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ModelData(String) | Initializes a new instance of the ModelData class | |
ModelData( Mesh ) | Initializes a new instance of the ModelData class |
Methods
Name | Description | |
---|---|---|
CreateDefault | (Inherited from ContentData.) | |
Dispose | (Inherited from ContentData.) | |
DisposeData | (Overrides ContentData DisposeData .) | |
InternalCreateDefault | (Inherited from ContentData.) | |
LoadData | (Overrides ContentData LoadData(Stream).) | |
ToString | (Inherited from ContentData.) |
Fields
Name | Description | |
---|---|---|
ContentChanged | (Inherited from ContentData.) |
Properties
Name | Description | |
---|---|---|
AllowCreationIfContentNotFound | (Inherited from ContentData.) | |
IsDisposed | (Inherited from ContentData.) | |
Meshes | ||
MetaData | (Inherited from ContentData.) | |
Name | (Inherited from ContentData.) |
See Also