C# Class AudioComponent, entitas-2d-roguelike

This is the AudioComponent. All sound effects requests come through here. Requires StaticPool.cs so be sure to include that too
Inheritance: GameComponent
Afficher le fichier Open project: JamesMcMahon/entitas-2d-roguelike Class Usage Examples

Méthodes publiques

Свойство Type Description
clips Audio[],
randomizePitch bool

Property Details

clips public_oe property

public Audio[], clips
Résultat Audio[],

randomizePitch public_oe property

public bool randomizePitch
Résultat bool