Click or drag to resize
TetrapodNamingConventionMorpheme Enumeration
An enum to describe the different morpheme components of a naming convention.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public enum Morpheme
Members
  Member nameValueDescription
CharacterNameAffix0 A prefix or suffix for all parts in the character's hierarchy.
BodySideAffix1 A prefix or suffix to designate left or right body side.
BodyPartName2 The name for a particular body part in question.
See Also