Drag[en]gine Script Module DragonScript
1.23
|
List of impact material sounds. More...
Public Member Functions | |
void | add (ImpactMaterialSound material) |
Add material. More... | |
int | getCount () |
Count of materials. More... | |
ImpactMaterialSound | getWithID (String id) |
Material with identifier or null if absent. More... | |
bool | hasWithID (String id) |
Material with identifier is present. More... | |
ImpactMaterialSounds | new () |
Create list. More... | |
void | removeAll () |
Remove all materials. More... | |
List of impact material sounds.
void Dragengine.Audio.MaterialSounds.ImpactMaterialSounds.add | ( | ImpactMaterialSound | material | ) |
Add material.
int Dragengine.Audio.MaterialSounds.ImpactMaterialSounds.getCount | ( | ) |
Count of materials.
ImpactMaterialSound Dragengine.Audio.MaterialSounds.ImpactMaterialSounds.getWithID | ( | String | id | ) |
Material with identifier or null if absent.
bool Dragengine.Audio.MaterialSounds.ImpactMaterialSounds.hasWithID | ( | String | id | ) |
Material with identifier is present.
ImpactMaterialSounds Dragengine.Audio.MaterialSounds.ImpactMaterialSounds.new | ( | ) |
Create list.
void Dragengine.Audio.MaterialSounds.ImpactMaterialSounds.removeAll | ( | ) |
Remove all materials.