|
enum | EchoFilterProperty : byte { Delay,
DecayRatio,
WetMix,
DryMix
} |
|
enum | HighPassFilterProperty : byte { Cutoff,
Resonance
} |
|
enum | LowPassFilterProperty : byte { Cutoff,
Resonance
} |
|
enum | MaintenanceType : byte { None,
PerTick,
PerFrame
} |
|
enum | PerlinMappingSyncType : byte { Sync,
Desync
} |
|
enum | PitchParamType : byte { Multiply,
Semitones
} |
|
enum | RepeatSelectMode : byte { Any,
NeverTwice,
NeverLastHalf
} |
|
enum | SoundContext { Any,
MapOnly,
WorldOnly
} |
|
enum | SoundParamUpdateMode : byte { Constant,
OncePerSample
} |
|
enum | TimeType : byte { Ticks,
RealtimeSeconds
} |
|
enum | VoicePriorityMode : byte { PrioritizeNewest,
PrioritizeNearest
} |
|