Table of Contents

Struct ModelMeshCollection.Enumerator

Namespace
Microsoft.Xna.Framework.Graphics
Assembly
MonoGame.Framework.dll

Provides the ability to iterate through the bones in an ModelMeshCollection.

public struct ModelMeshCollection.Enumerator : IEnumerator<ModelMesh>, IEnumerator, IDisposable
Implements
Inherited Members

Properties

Current

Gets the current element in the ModelMeshCollection.

public ModelMesh Current { get; }

Property Value

ModelMesh

Methods

Dispose()

Immediately releases the unmanaged resources used by this object.

public void Dispose()

MoveNext()

Advances the enumerator to the next element of the ModelMeshCollection.

public bool MoveNext()

Returns

bool

Reset()

public void Reset()