PlayStateEnum Enumeration

Enumeration of available play states.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
public enum PlayStateEnum

Members

None0 No play state defined or unknown.
Stop1 The player is stopped.
Play2 The player is playing.
Reverse3 The player is playing in reverse.
Pause4 The player is paused on the current frame.

See Also