Click or drag to resize

AudioStreamRandomPitchSetAudioStream Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AudioStreamRandomPitch.SetAudioStream(Godot.AudioStream)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetAudioStream is deprecated. Use the AudioStream property instead.")]
public void SetAudioStream(
	AudioStream stream
)

Parameters

stream
Type: GodotAudioStream

[Missing <param name="stream"/> documentation for "M:Godot.AudioStreamRandomPitch.SetAudioStream(Godot.AudioStream)"]

See Also