Enum PlayerAnimationSyncType
Represents the synchronization type for a player's animation.
public enum PlayerAnimationSyncType
Fields
NoSync = 0The animation is not synchronized with other players.
Sync = 1The animation is synchronized with other players.
SyncOthers = 2The animation is synchronized with other players, but only affects others.