Table of Contents

Delegate GridMap.CellSizeChangedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the CellSizeChanged event of a GridMap class.

public delegate void GridMap.CellSizeChangedEventHandler(Vector3 cellSize)

Parameters

cellSize Vector3
Represents the method that handles the event of a class.

Constructors

CellSizeChangedEventHandler(object, IntPtr)

public CellSizeChangedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Vector3, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Vector3 cellSize, AsyncCallback callback, object @object)

Parameters

cellSize Vector3
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Vector3)

public virtual void Invoke(Vector3 cellSize)

Parameters

cellSize Vector3