Click or drag to resize

CanvasLayerSetOffset Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.CanvasLayer.SetOffset(Godot.Vector2)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetOffset is deprecated. Use the Offset property instead.")]
public void SetOffset(
	Vector2 offset
)

Parameters

offset
Type: GodotVector2

[Missing <param name="offset"/> documentation for "M:Godot.CanvasLayer.SetOffset(Godot.Vector2)"]

See Also