Property Pitch
Pitch
Gets or sets the pitch to be applied to the audio source. If this property is not set, the pitch of the audio source will not be updated.
[Range(0.5, 2)]
[Precision(2, 0.01)]
public float? Pitch { get; set; }
Gets or sets the pitch to be applied to the audio source. If this property is not set, the pitch of the audio source will not be updated.
[Range(0.5, 2)]
[Precision(2, 0.01)]
public float? Pitch { get; set; }