Table of Contents

Delegate Cursor2D.GridPositionChangedEventHandler

Namespace
MoonBark.GridPlacement.Godot.Cursor
Assembly
MoonBark.GridPlacement.Godot.dll

Emitted whenever the grid position changes to a different tile.

[Signal]
public delegate void Cursor2D.GridPositionChangedEventHandler(Vector2I gridPosition)

Parameters

gridPosition Vector2I

The new grid position (Godot Godot.Vector2I).