Class ModelMesh
public sealed class ModelMesh
- Inheritance
-
ModelMesh
- Inherited Members
Constructors
ModelMesh(GraphicsDevice, List<ModelMeshPart>)
public ModelMesh(GraphicsDevice graphicsDevice, List<ModelMeshPart> parts)
Parameters
graphicsDevice
GraphicsDeviceparts
List<ModelMeshPart>
Properties
BoundingSphere
public BoundingSphere BoundingSphere { get; set; }
Property Value
Effects
public ModelEffectCollection Effects { get; }
Property Value
MeshParts
public ModelMeshPartCollection MeshParts { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
ParentBone
public ModelBone ParentBone { get; set; }
Property Value
Tag
public object Tag { get; set; }
Property Value
Methods
Draw()
public void Draw()