Click or drag to resize

AnimationNodeStateMachineSetGraphOffset Method

Sets the draw offset of the graph. Used for display in the editor.

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

Parameters

offset
Type: GodotVector2

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

See Also