Delegate XRServer.TrackerAddedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the TrackerAdded event of a XRServer class.
public delegate void XRServer.TrackerAddedEventHandler(StringName trackerName, long type)
Parameters
trackerName
StringName- Represents the method that handles the event of a class.
type
long- Represents the method that handles the event of a class.
Constructors
TrackerAddedEventHandler(object, IntPtr)
public TrackerAddedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(StringName, long, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(StringName trackerName, long type, AsyncCallback callback, object @object)
Parameters
trackerName
StringNametype
longcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(StringName, long)
public virtual void Invoke(StringName trackerName, long type)
Parameters
trackerName
StringNametype
long