Click or drag to resize

VideoPlayerSetPaused Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VideoPlayer.SetPaused(System.Boolean)"]

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

Parameters

paused
Type: SystemBoolean

[Missing <param name="paused"/> documentation for "M:Godot.VideoPlayer.SetPaused(System.Boolean)"]

See Also