Drag[en]gine Script Module DragonScript
1.23
|
Public Member Functions | |
float | getControllerValue () |
Controller value to set if this part is selected. More... | |
String | getID () |
Identifier. More... | |
Sound | getSound () |
Sound to play. More... | |
AnnouncerPart | new (String id) |
Create announcer part. More... | |
void | setControllerValue (float value) |
Set controller value to set if this part is selected. More... | |
void | setSound (Sound sound) |
Set sound to play. More... | |
Announcer part.
float Dragengine.Audio.Announcer.AnnouncerPart.getControllerValue | ( | ) |
Controller value to set if this part is selected.
String Dragengine.Audio.Announcer.AnnouncerPart.getID | ( | ) |
Identifier.
Sound Dragengine.Audio.Announcer.AnnouncerPart.getSound | ( | ) |
Sound to play.
AnnouncerPart Dragengine.Audio.Announcer.AnnouncerPart.new | ( | String | id | ) |
Create announcer part.
void Dragengine.Audio.Announcer.AnnouncerPart.setControllerValue | ( | float | value | ) |
Set controller value to set if this part is selected.
void Dragengine.Audio.Announcer.AnnouncerPart.setSound | ( | Sound | sound | ) |
Set sound to play.