Struct XrSystemFacialTrackingPropertiesHTC
An application can inspect whether the system is capable of two of the facial tracking by extending the XrSystemProperties with XrSystemFacialTrackingPropertiesHTC structure when calling xrGetSystemProperties.
Inherited Members
Namespace: VIVE.OpenXR.FacialTracking
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrSystemFacialTrackingPropertiesHTC
Fields
next
NULL or a pointer to the next structure in a structure chain. No such structures are defined in core OpenXR or this extension.
Declaration
public IntPtr next
Field Value
Type | Description |
---|---|
IntPtr |
supportEyeFacialTracking
Indicates if the current system is capable of generating eye expressions.
Declaration
public XrBool32 supportEyeFacialTracking
Field Value
Type | Description |
---|---|
XrBool32 |
supportLipFacialTracking
Indicates if the current system is capable of generating lip expressions.
Declaration
public XrBool32 supportLipFacialTracking
Field Value
Type | Description |
---|---|
XrBool32 |
type
The XrStructureType of this structure.
Declaration
public XrStructureType type
Field Value
Type | Description |
---|---|
XrStructureType |