Click or drag to resize
FlexibleColliderSize Property
Gets or sets the size of the Collider.

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

Property Value

Type: Vector3
The size of the Collider.
See Also