Click or drag to resize

LargeTextureSetSize Method

Sets the size of this LargeTexture.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetSize(
	Vector2 size
)

Parameters

size
Type: GodotVector2

[Missing <param name="size"/> documentation for "M:Godot.LargeTexture.SetSize(Godot.Vector2)"]

See Also