Click or drag to resize

ModelArticulationGetByName Method

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 GetByName(
	string name
)

Parameters

name
Type: SystemString
The name of the ModelTransformation.

Return Value

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