Click or drag to resize

ModelArticulationContains Method

Returns true if the collection contains the transformation.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool Contains(
	string name
)

Parameters

name
Type: SystemString
The name of the ModelTransformation.

Return Value

Type: Boolean
true if the collection contains the ModelTransformation with the specified name; otherwise, false.
See Also