Table of Contents

Property Pitch

Namespace
Bonsai.Audio
Assembly
Bonsai.Audio.dll

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; }

Property Value

float?