Click or drag to resize
TetrapodNamingConventionChain Constructor

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public 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