Click or drag to resize

ModelArticulationItem Property (Int32)

Gets the transformation 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 ModelTransformation this[
	int index
] { get; }

Parameters

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

Return Value

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