Struct XrEventDataPassthroughConfigurationImageQualityChangedHTC
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrEventDataPassthroughConfigurationImageQualityChangedHTC
Constructors
XrEventDataPassthroughConfigurationImageQualityChangedHTC(XrStructureType, IntPtr, XrPassthroughConfigurationImageQualityHTC, XrPassthroughConfigurationImageQualityHTC)
Declaration
public XrEventDataPassthroughConfigurationImageQualityChangedHTC(XrStructureType in_type, IntPtr in_next, XrPassthroughConfigurationImageQualityHTC in_fromImageQuality, XrPassthroughConfigurationImageQualityHTC in_toImageQuality)
Parameters
Fields
fromImageQuality
Declaration
public XrPassthroughConfigurationImageQualityHTC fromImageQuality
Field Value
next
Declaration
Field Value
toImageQuality
Declaration
public XrPassthroughConfigurationImageQualityHTC toImageQuality
Field Value
type
Declaration
public XrStructureType type
Field Value
Properties
identity
Declaration
public static XrEventDataPassthroughConfigurationImageQualityChangedHTC identity { get; }
Property Value
Methods
Get(XrEventDataBuffer, out XrEventDataPassthroughConfigurationImageQualityChangedHTC)
Declaration
public static bool Get(XrEventDataBuffer eventDataBuffer, out XrEventDataPassthroughConfigurationImageQualityChangedHTC ventDataPassthroughConfigurationImageQuality)
Parameters
Returns