Click or drag to resize

SpriteSetFlipV Method

Note: This API is now obsolete.

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

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

Parameters

flipV
Type: SystemBoolean

[Missing <param name="flipV"/> documentation for "M:Godot.Sprite.SetFlipV(System.Boolean)"]

See Also