 | TetrapodCharacterizationTemplateAxialSkeletonShapeMode Enumeration |
Describes how colliders should be configured along the axial skeleton.
Namespace: Candlelight.PhysicsAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic enum AxialSkeletonShapeMode
Members
| Member name | Value | Description |
---|
| Default | 0 |
Each section of the skeleton should be configured independently.
|
| Smooth | 1 |
The entire axial skeleton, from tail to snout, should smoothly follow contours and apply rotational
offsets to cross sections as needed.
|
See Also