Click or drag to resize

VideoPlayerIsPaused Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VideoPlayer.IsPaused"]

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.VideoPlayer.IsPaused"]

See Also