Click or drag to resize

ModelArticulation.GetEnumerator Method

Returns the enumerator for this collection.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public IEnumerator<ModelTransformation> GetEnumerator()

Return Value

Type: IEnumerator<ModelTransformation>
The enumerator for this collection.

Implements

IEnumerable<T>.GetEnumerator()
See Also