Click or drag to resize
FlexibleColliderCenter Property
Gets or sets the center of the Collider 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 Vector3 Center { get; set; }

Property Value

Type: Vector3
The center of the Collider in this object's space.
See Also