Click or drag to resize

ModelArticulationCollectionItem Property (Int32)

Gets the articulation at the given index. The index is zero-based.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ModelArticulation this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the articulation.

Return Value

Type: ModelArticulation
The ModelArticulation with the specified index.
See Also