Class AxisFirework_SoundEffect
Fireworks sound effect settings
Inheritance
object
AxisFirework_SoundEffect
Namespace: Axis.VFX
Assembly: cs.temp.dll.dll
Syntax
public sealed class AxisFirework_SoundEffect
Fields
PitchProgression
Pitch progression settings
Declaration
public AxisFirework_PitchProgress PitchProgression
Field Value
Type | Description |
---|---|
AxisFirework_PitchProgress |
Randomness
Randomization settings
Declaration
public AxisFirework_Randomness Randomness
Field Value
Type | Description |
---|---|
AxisFirework_Randomness |
SoundEffect
Sound to play on each burst
Declaration
public AudioClip SoundEffect
Field Value
Type | Description |
---|---|
AudioClip |
SoundSource
AudioSource to use as player for the sound effect. Default: create an audiosource in each firework target
Declaration
public AudioSource SoundSource
Field Value
Type | Description |
---|---|
AudioSource |
Volume
Base volume for sound effect
Declaration
public float Volume
Field Value
Type | Description |
---|---|
float |