Click or drag to resize
FlexibleColliderShape Property
Gets or sets the shape of the Collider.

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

Property Value

Type: ColliderShapeType
The shape of the Collider.
See Also