Interface IEffectComponent
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public interface IEffectComponent
Properties
isPlaying
Declaration
bool isPlaying { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
Play()
Declaration
void Play()
Stop()
Declaration
void Stop()