SkineticSDK::Skinetic::EffectState
Enum describing the state of an effect instance.
Inherits from Enum
Public Attributes
Name | |
---|---|
int | ePlay Effect is playing. |
int | eMute Effect is muted. |
int | eInitialized Effect is initialized and should play as soon as possible. |
int | eStop Effect is stopped. |
Public Attributes Documentation
variable ePlay
static int ePlay;
Effect is playing.
variable eMute
static int eMute;
Effect is muted.
variable eInitialized
static int eInitialized;
Effect is initialized and should play as soon as possible.
variable eStop
static int eStop;
Effect is stopped.
Updated on 2024-05-23 at 10:02:49 +0000