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
gridPositionVector2IThe new grid position (Godot Godot.Vector2I).