Skip to main content
Version: Skinetic SDK 1.6.0

SkineticSDK::Skinetic::EffectState

Enum describing the state of an effect instance.

Inherits from Enum

Public Attributes

Name
intePlay
Effect is playing.
inteMute
Effect is muted.
inteInitialized
Effect is initialized and should play as soon as possible.
inteStop
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-07-11 at 09:47:11 +0000