 | TetrapodNamingConventionChainBodyAffix Enumeration |
An enum to describe what type of affixes ought to be used for chain bodies.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic enum ChainBodyAffix
Members
| Member name | Value | Description |
---|
| None | 0 |
No body side affixes should be used with the base name.
|
| Center | 1 |
The CenterAffix should be used with the base name.
|
| LeftAndRight | 2 | LeftAffix and RightAffix
should be used with the base name.
|
See Also