 | TetrapodNamingConventionChain Constructor |
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic Chain(
string baseBodyName,
TetrapodNamingConventionChainBodyAffix bodySideAffix
)
Parameters
- baseBodyName
- Type: SystemString
Base name of bodies in the chain. - bodySideAffix
- Type: CandlelightTetrapodNamingConventionChainBodyAffix
Specifies what types of body side affixes are expected on bodies in this chain. A value of
LeftAndRight means that both left and right chains are expected.
See Also