Struct XrFacialTrackerCreateInfoHTC
The XrFacialTrackerCreateInfoHTC structure describes the information to create an XrFacialTrackerHTC handle.
Inherited Members
Namespace: VIVE.OpenXR.FacialTracking
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrFacialTrackerCreateInfoHTC
Constructors
XrFacialTrackerCreateInfoHTC(XrStructureType, IntPtr, XrFacialTrackingTypeHTC)
Declaration
public XrFacialTrackerCreateInfoHTC(XrStructureType in_type, IntPtr in_next, XrFacialTrackingTypeHTC in_facialTrackingType)
Parameters
Type | Name | Description |
---|---|---|
XrStructureType | in_type | The XrStructureType of this structure. |
IntPtr | in_next | NULL or a pointer to the next structure in a structure chain. No such structures are defined in core OpenXR or this extension. |
XrFacialTrackingTypeHTC | in_facialTrackingType | An XrFacialTrackingTypeHTC which describes which type of facial tracking should be used for this handle. |
Fields
facialTrackingType
An XrFacialTrackingTypeHTC which describes which type of facial tracking should be used for this handle.
Declaration
public XrFacialTrackingTypeHTC facialTrackingType
Field Value
Type | Description |
---|---|
XrFacialTrackingTypeHTC |
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 |
type
The XrStructureType of this structure.
Declaration
public XrStructureType type
Field Value
Type | Description |
---|---|
XrStructureType |