Delegate AudioServer.BusRenamedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the BusRenamed event of a AudioServer class.
public delegate void AudioServer.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
Methods
BeginInvoke(long, StringName, StringName, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(long busIndex, StringName oldName, StringName newName, AsyncCallback callback, object @object)
Parameters
busIndex
longoldName
StringNamenewName
StringNamecallback
AsyncCallbackobject
object
Returns
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
longoldName
StringNamenewName
StringName