Click or drag to resize
FlexibleColliderCorrespondingObject Property

Gets the corresponding FlexibleCollider across a plane of symmetry.

It will be the FlexibleCollider component on the CorrespondingTransform of the SymmetryMapper assigned to this instance.

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

Property Value

Type: FlexibleCollider
The corresponding FlexibleCollider across a plane of symmetry.
See Also