Click or drag to resize

SpriteSetRegion Method

Note: This API is now obsolete.

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

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

Parameters

enabled
Type: SystemBoolean

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

See Also