Class XR_HTC_facial_tracking
Inheritance
XR_HTC_facial_tracking
Assembly: VIVE.OpenXR.dll
Syntax
public class XR_HTC_facial_tracking
Properties
Interop
Declaration
public static XR_HTC_facial_tracking_defs Interop { get; }
Property Value
Methods
xrCreateFacialTrackerHTC(XrFacialTrackerCreateInfoHTC, out ulong)
Declaration
public static XrResult xrCreateFacialTrackerHTC(XrFacialTrackerCreateInfoHTC createInfo, out ulong facialTracker)
Parameters
Returns
xrDestroyFacialTrackerHTC(ulong)
Declaration
public static XrResult xrDestroyFacialTrackerHTC(ulong facialTracker)
Parameters
Type |
Name |
Description |
ulong |
facialTracker |
|
Returns
xrGetFacialExpressionsHTC(ulong, out XrFacialExpressionsHTC)
Declaration
public static XrResult xrGetFacialExpressionsHTC(ulong facialTracker, out XrFacialExpressionsHTC facialExpressions)
Parameters
Returns