Table of Contents

Class ModelMesh

Namespace
Microsoft.Xna.Framework.Graphics
Assembly
MonoGame.Framework.dll
public sealed class ModelMesh
Inheritance
ModelMesh
Inherited Members

Constructors

ModelMesh(GraphicsDevice, List<ModelMeshPart>)

public ModelMesh(GraphicsDevice graphicsDevice, List<ModelMeshPart> parts)

Parameters

graphicsDevice GraphicsDevice
parts List<ModelMeshPart>

Properties

BoundingSphere

public BoundingSphere BoundingSphere { get; set; }

Property Value

BoundingSphere

Effects

public ModelEffectCollection Effects { get; }

Property Value

ModelEffectCollection

MeshParts

public ModelMeshPartCollection MeshParts { get; set; }

Property Value

ModelMeshPartCollection

Name

public string Name { get; set; }

Property Value

string

ParentBone

public ModelBone ParentBone { get; set; }

Property Value

ModelBone

Tag

public object Tag { get; set; }

Property Value

object

Methods

Draw()

public void Draw()