Delegate OpenXRInterface.RefreshRateChangedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the RefreshRateChanged event of a OpenXRInterface class.
public delegate void OpenXRInterface.RefreshRateChangedEventHandler(double refreshRate)
Parameters
refreshRate
double- Represents the method that handles the event of a class.
Constructors
RefreshRateChangedEventHandler(object, IntPtr)
public RefreshRateChangedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(double, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(double refreshRate, AsyncCallback callback, object @object)
Parameters
refreshRate
doublecallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(double)
public virtual void Invoke(double refreshRate)
Parameters
refreshRate
double