Skip to content

SoundEffectSourceComponent.PitchVariation Property

Definition

Namespace: Brine2D.Systems.Audio

Maximum random pitch offset applied each time the sound plays. The actual pitch is jittered by ±PitchVariation around Pitch. Clamped to [0, 1]. Default 0.

public float PitchVariation { get; set; }

Property Value

System.Single