 | TetrapodCharacterizationTemplateMapArbitraryChains Method |
Map two associated arbitrary chains (e.g., across the character's plane of symmetry).
Namespace: Candlelight.PhysicsAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic void MapArbitraryChains(
string chain1,
string chain2
)
Parameters
- chain1
- Type: SystemString
The first arbitrary chain identifier. - chain2
- Type: SystemString
The second arbitrary chain identifier.
ExceptionsException | Condition |
---|
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