Click or drag to resize

VideoPlayerIsPlaying Method

Returns true if the video is playing.

Note: The video is still considered playing if paused during playback.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool IsPlaying()

Return Value

Type: Boolean

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

See Also