Click or drag to resize

AudioStreamPlayer2DSetStream Method

Note: This API is now obsolete.

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

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

Parameters

stream
Type: GodotAudioStream

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

See Also