Click or drag to resize
FlexibleColliderLocalRotation Property
Gets or sets the Collider's local rotation in this object's space.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public Quaternion LocalRotation { get; set; }

Property Value

Type: Quaternion
The Collider's local rotation in this object's space.
See Also