Click or drag to resize

VisualShaderSetGraphOffset Method

Note: This API is now obsolete.

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

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

Parameters

offset
Type: GodotVector2

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

See Also