Click or drag to resize
RagdollPartAxisMappingMode Enumeration
An enum to describe how axes should be mapped across the symmetry plane.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public enum AxisMappingMode
Members
  Member nameValueDescription
Reflect0 The axis will be reflected across the plane of symmetry.
ReflectAndNegate1 The axis will be reflected across the plane of symmetry and then negated.
See Also