Struct XrEventDataPassthroughConfigurationImageRateChangedHTC
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrEventDataPassthroughConfigurationImageRateChangedHTC
Constructors
XrEventDataPassthroughConfigurationImageRateChangedHTC(XrStructureType, IntPtr, XrPassthroughConfigurationImageRateHTC, XrPassthroughConfigurationImageRateHTC)
Declaration
public XrEventDataPassthroughConfigurationImageRateChangedHTC(XrStructureType in_type, IntPtr in_next, XrPassthroughConfigurationImageRateHTC in_fromImageRate, XrPassthroughConfigurationImageRateHTC in_toImageRate)
Parameters
Fields
fromImageRate
Declaration
public XrPassthroughConfigurationImageRateHTC fromImageRate
Field Value
next
Declaration
Field Value
toImageRate
Declaration
public XrPassthroughConfigurationImageRateHTC toImageRate
Field Value
type
Declaration
public XrStructureType type
Field Value
Properties
identity
Declaration
public static XrEventDataPassthroughConfigurationImageRateChangedHTC identity { get; }
Property Value
Methods
Get(XrEventDataBuffer, out XrEventDataPassthroughConfigurationImageRateChangedHTC)
Declaration
public static bool Get(XrEventDataBuffer eventDataBuffer, out XrEventDataPassthroughConfigurationImageRateChangedHTC eventDataPassthroughConfigurationImageRate)
Parameters
Returns