Drag[en]gine Script Module DragonScript  1.23
Dragengine.Audio.DynamicMusic.DynamicMusicSwitch Class Reference

Dynamic music switch. More...

Inheritance diagram for Dragengine.Audio.DynamicMusic.DynamicMusicSwitch:

Public Member Functions

String getName ()
 Name. More...
 
bool getState ()
 State. More...
 
DynamicMusicSwitch new (String name)
 Create dynamic music switch. More...
 
void setState (bool state)
 Set state. More...
 

Detailed Description

Dynamic music switch.

Used by transitions to figure out which part to play next. Switches are boolean and can be on or off.

Member Function Documentation

◆ getName()

String Dragengine.Audio.DynamicMusic.DynamicMusicSwitch.getName ( )

Name.

◆ getState()

bool Dragengine.Audio.DynamicMusic.DynamicMusicSwitch.getState ( )

State.

◆ new()

DynamicMusicSwitch Dragengine.Audio.DynamicMusic.DynamicMusicSwitch.new ( String  name)

Create dynamic music switch.

◆ setState()

void Dragengine.Audio.DynamicMusic.DynamicMusicSwitch.setState ( bool  state)

Set state.


The documentation for this class was generated from the following file: