Click or drag to resize

ModelArticulationGetEnumerator Method

Returns the enumerator for this collection.

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

Return Value

Type: IEnumeratorModelTransformation
The enumerator for this collection.

Implements

IEnumerableTGetEnumerator
See Also