Table of Contents

Delegate NavigationAgent3D.VelocityComputedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the VelocityComputed event of a NavigationAgent3D class.

public delegate void NavigationAgent3D.VelocityComputedEventHandler(Vector3 safeVelocity)

Parameters

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

Constructors

VelocityComputedEventHandler(object, IntPtr)

public VelocityComputedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Vector3, AsyncCallback, object)

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

Parameters

safeVelocity 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 safeVelocity)

Parameters

safeVelocity Vector3