Struct ModelBoneCollection.Enumerator
Provides the ability to iterate through the bones in an ModelBoneCollection.
public struct ModelBoneCollection.Enumerator : IEnumerator<ModelBone>, IEnumerator, IDisposable
- Implements
- Inherited Members
Properties
Current
Gets the current element in the ModelBoneCollection.
public ModelBone Current { get; }
Property Value
Methods
Dispose()
Immediately releases the unmanaged resources used by this object.
public void Dispose()
MoveNext()
Advances the enumerator to the next element of the ModelBoneCollection.
public bool MoveNext()
Returns
Reset()
public void Reset()