Table of Contents

Delegate AudioServerInstance.BusRenamedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the BusRenamed event of a AudioServerInstance class.

public delegate void AudioServerInstance.BusRenamedEventHandler(long busIndex, StringName oldName, StringName newName)

Parameters

busIndex long
Represents the method that handles the event of a class.
oldName StringName
Represents the method that handles the event of a class.
newName StringName
Represents the method that handles the event of a class.

Constructors

BusRenamedEventHandler(object, IntPtr)

public BusRenamedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(long, StringName, StringName, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(long busIndex, StringName oldName, StringName newName, AsyncCallback callback, object @object)

Parameters

busIndex long
oldName StringName
newName StringName
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(long, StringName, StringName)

public virtual void Invoke(long busIndex, StringName oldName, StringName newName)

Parameters

busIndex long
oldName StringName
newName StringName