Struct FaceSubsystemParams
  
Syntax
public struct FaceSubsystemParams : IEquatable<FaceSubsystemParams>
 
Properties
  
id
The string identifier for a specific implementation.
 
Declaration
public string id { get; set; }
 
Property Value
subsystemImplementationType
The concrete Type which will be instantiated if Create is called on this subsystem descriptor.
 
Declaration
public Type subsystemImplementationType { get; set; }
 
Property Value
supportsEyeTracking
Whether the subsystem supports eye tracking for each detected face.
 
Declaration
public bool supportsEyeTracking { get; set; }
 
Property Value
supportsFaceMeshNormals
Whether the subsystem supports normals for the face mesh.
 
Declaration
public bool supportsFaceMeshNormals { get; set; }
 
Property Value
supportsFaceMeshUVs
Whether the subsystem supports texture coordinates for the face mesh.
 
Declaration
public bool supportsFaceMeshUVs { get; set; }
 
Property Value
supportsFaceMeshVerticesAndIndices
Whether the subsystem supports getting vertices and triangle indices describing a face mesh.
 
Declaration
public bool supportsFaceMeshVerticesAndIndices { get; set; }
 
Property Value
supportsFacePose
Whether the subsystem supports getting a pose for the face.
 
Declaration
public bool supportsFacePose { get; set; }
 
Property Value
Methods
  
Equals(Object)
Declaration
public override bool Equals(object obj)
 
Parameters
| Type | 
Name | 
Description | 
| Object | 
obj | 
 | 
Returns
Overrides
Equals(FaceSubsystemParams)
Declaration
public bool Equals(FaceSubsystemParams other)
 
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
 
Returns
Overrides
Operators
  
Equality(FaceSubsystemParams, FaceSubsystemParams)
Declaration
public static bool operator ==(FaceSubsystemParams lhs, FaceSubsystemParams rhs)
 
Parameters
Returns
Inequality(FaceSubsystemParams, FaceSubsystemParams)
Declaration
public static bool operator !=(FaceSubsystemParams lhs, FaceSubsystemParams rhs)
 
Parameters
Returns