Class VivePassthroughImageRateChanged
Inheritance
VivePassthroughImageRateChanged
Assembly: VIVE.OpenXR.dll
Syntax
public static class VivePassthroughImageRateChanged
Methods
Listen(OnImageRateChanged)
Declaration
public static void Listen(VivePassthroughImageRateChanged.OnImageRateChanged callback)
Parameters
Remove(OnImageRateChanged)
Declaration
public static void Remove(VivePassthroughImageRateChanged.OnImageRateChanged callback)
Parameters
Send(float, float, float, float)
Declaration
public static void Send(float fromSrcImageRate, float fromDestImageRate, float toSrcImageRate, float toDestImageRate)
Parameters
Type |
Name |
Description |
float |
fromSrcImageRate |
|
float |
fromDestImageRate |
|
float |
toSrcImageRate |
|
float |
toDestImageRate |
|