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
busIndexlong- Represents the method that handles the event of a class.
oldNameStringName- Represents the method that handles the event of a class.
newNameStringName- 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
busIndexlongoldNameStringNamenewNameStringNamecallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(long, StringName, StringName)
public virtual void Invoke(long busIndex, StringName oldName, StringName newName)
Parameters
busIndexlongoldNameStringNamenewNameStringName