Click or drag to resize

AnimatedTextureSetPause Method

Note: This API is now obsolete.

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

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

Parameters

pause
Type: SystemBoolean

[Missing <param name="pause"/> documentation for "M:Godot.AnimatedTexture.SetPause(System.Boolean)"]

See Also