Class AxisFirework_PitchProgress
Object with settings for pitch progression in sequenced bursts
Inheritance
object
AxisFirework_PitchProgress
Namespace: Axis.VFX
Assembly: cs.temp.dll.dll
Syntax
public sealed class AxisFirework_PitchProgress
Fields
PitchFrom
Pitch for the first burst in sequence
Declaration
public float PitchFrom
Field Value
Type | Description |
---|---|
float |
PitchResetAfter
Max interval between bursts to same sequence
Declaration
public float PitchResetAfter
Field Value
Type | Description |
---|---|
float |
PitchRestart
If set to true, when sequence reaches last step restarts to start pitch. If set to false, when sequence reaches last step repeats last pitch.
Declaration
public bool PitchRestart
Field Value
Type | Description |
---|---|
bool |
PitchSteps
Number of steps
Declaration
public int PitchSteps
Field Value
Type | Description |
---|---|
int |
PitchTo
Pitch for the last burst in sequence
Declaration
public float PitchTo
Field Value
Type | Description |
---|---|
float |