Delegate WebXRInterface.SqueezeendEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the Squeezeend event of a WebXRInterface class.
public delegate void WebXRInterface.SqueezeendEventHandler(long inputSourceId)
Parameters
inputSourceId
long- Represents the method that handles the event of a class.
Constructors
SqueezeendEventHandler(object, IntPtr)
public SqueezeendEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(long, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(long inputSourceId, AsyncCallback callback, object @object)
Parameters
inputSourceId
longcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(long)
public virtual void Invoke(long inputSourceId)
Parameters
inputSourceId
long