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