Class FxChangeMusic
Change current music.
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
FxChangeMusic
Implements
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public class FxChangeMusic : MonoBehaviour, IEffectComponent
Fields
music
Declaration
public DewMusicItem music
Field Value
| Type | Description |
|---|---|
| DewMusicItem |
Properties
isPlaying
Declaration
public bool isPlaying { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
Play()
Declaration
public void Play()
Stop()
Declaration
public void Stop()