Click or drag to resize

AudioStreamPlayer3DStreamPaused Property

If true, the playback is paused. You can resume it by setting StreamPaused to false.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool StreamPaused { get; set; }

Property Value

Type: Boolean
See Also