 | FlexibleColliderCenter Property |
Gets or sets the center of the
Collider in this object's space.
Namespace: Candlelight.PhysicsAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic Vector3 Center { get; set; }
Property Value
Type:
Vector3The center of the
Collider in this object's space.
See Also