Click or drag to resize

AudioStreamPlayer2DIsAutoplayEnabled Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AudioStreamPlayer2D.IsAutoplayEnabled"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("IsAutoplayEnabled is deprecated. Use the Autoplay property instead.")]
public bool IsAutoplayEnabled()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.AudioStreamPlayer2D.IsAutoplayEnabled"]

See Also