Table of Contents

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

object object
method IntPtr

Methods

BeginInvoke(double, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(double refreshRate, AsyncCallback callback, object @object)

Parameters

refreshRate double
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(double)

public virtual void Invoke(double refreshRate)

Parameters

refreshRate double