Click or drag to resize
ArbitraryRagdollAnimatorDefinesArbitraryChain Method
Gets a value indicating whether or not this instance defines an arbitrary TransformChain with the specified identifier.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public bool DefinesArbitraryChain(
	string identifier
)

Parameters

identifier
Type: SystemString
Identifier of the TransformChain.

Return Value

Type: Boolean
if this instance defines an arbitrary TransformChain with the specified identifier; otherwise, .

Implements

IArbitraryChainsTPart, TChainDefinesArbitraryChain(String)
See Also