Click or drag to resize
FlexibleColliderRunTimeSync Property
Gets or sets a value describing whether or not this FlexibleCollider should continue to sync with its corresponding part at run-time.

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

Property Value

Type: FlexibleColliderSyncMode
Synchronize if run-time property edits should synchronize with the opposite side; otherwise, DoNotSynchronize.
See Also