Click or drag to resize

ModelArticulationCollectionItem Property (String)

Gets an articulation 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 ModelArticulation this[
	string name
] { get; }

Parameters

name
Type: SystemString
The name of the ModelArticulation.

Return Value

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