Click or drag to resize
FlexibleColliderOnSynchronizeSymmetricalProperties Method
Raises the synchronize symmetrical properties event. Override this method if the child class defines other properties that need to be reflected to the corresponding part. This method will only be called if this FlexibleCollider is not currently applying symmetry and CorrespondingObject is not null.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
protected virtual void OnSynchronizeSymmetricalProperties()
See Also