Click or drag to resize
FlexibleColliderSyncMode Enumeration
An Enum to describe whether symmetrical synchronization should occur.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public enum SyncMode
Members
  Member nameValueDescription
Synchronize0
DoNotSynchronize1
See Also