Click or drag to resize

AtlasTextureSetMargin Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AtlasTexture.SetMargin(Godot.Rect2)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetMargin is deprecated. Use the Margin property instead.")]
public void SetMargin(
	Rect2 margin
)

Parameters

margin
Type: GodotRect2

[Missing <param name="margin"/> documentation for "M:Godot.AtlasTexture.SetMargin(Godot.Rect2)"]

See Also