Click or drag to resize

ModelArticulationItem Property (String)

Gets a transformation by name.

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[
	string name
] { get; }

Parameters

name
Type: SystemString
The name of the ModelTransformation.

Return Value

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