Drag[en]gine Script Module DragonScript  1.21
Dragengine.Audio.MaterialSounds.ImpactMaterialSounds Class Reference

List of impact material sounds. More...

Inheritance diagram for Dragengine.Audio.MaterialSounds.ImpactMaterialSounds:

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...
 

Detailed Description

List of impact material sounds.

Member Function Documentation

◆ add()

void Dragengine.Audio.MaterialSounds.ImpactMaterialSounds.add ( ImpactMaterialSound  material)

Add material.

◆ getCount()

int Dragengine.Audio.MaterialSounds.ImpactMaterialSounds.getCount ( )

Count of materials.

◆ getWithID()

ImpactMaterialSound Dragengine.Audio.MaterialSounds.ImpactMaterialSounds.getWithID ( String  id)

Material with identifier or null if absent.

◆ hasWithID()

bool Dragengine.Audio.MaterialSounds.ImpactMaterialSounds.hasWithID ( String  id)

Material with identifier is present.

◆ new()

ImpactMaterialSounds Dragengine.Audio.MaterialSounds.ImpactMaterialSounds.new ( )

Create list.

◆ removeAll()

void Dragengine.Audio.MaterialSounds.ImpactMaterialSounds.removeAll ( )

Remove all materials.


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