Click or drag to resize
TetrapodCharacterizationTemplateAxialSkeletonShapeMode Enumeration
Describes how colliders should be configured along the axial skeleton.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public enum AxialSkeletonShapeMode
Members
  Member nameValueDescription
Default0 Each section of the skeleton should be configured independently.
Smooth1 The entire axial skeleton, from tail to snout, should smoothly follow contours and apply rotational offsets to cross sections as needed.
See Also