Delegate XRServerInstance.TrackerUpdatedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the TrackerUpdated event of a XRServerInstance class.
public delegate void XRServerInstance.TrackerUpdatedEventHandler(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
TrackerUpdatedEventHandler(object, IntPtr)
public TrackerUpdatedEventHandler(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