Click or drag to resize
TetrapodCharacterizationTemplateMapArbitraryChains Method
Map two associated arbitrary chains (e.g., across the character's plane of symmetry).

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void MapArbitraryChains(
	string chain1,
	string chain2
)

Parameters

chain1
Type: SystemString
The first arbitrary chain identifier.
chain2
Type: SystemString
The second arbitrary chain identifier.
Exceptions
ExceptionCondition
KeyNotFoundException Is thrown if either of the specified chains is non-null but not found among the arbitrary chains defined on this instance.
See Also