Struct XRHumanBodySubsystemCinfo
  
Syntax
public struct XRHumanBodySubsystemCinfo : IEquatable<XRHumanBodySubsystemCinfo>
 
Properties
  
id
Specifies an identifier for the provider implementation of the subsystem.
 
Declaration
public string id { get; set; }
 
Property Value
| Type | 
Description | 
| String | 
The identifier for the provider implementation of the subsystem. 
 | 
implementationType
Specifies the provider implementation type to use for instantiation.
 
Declaration
public Type implementationType { get; set; }
 
Property Value
| Type | 
Description | 
| Type | 
Specifies the provider implementation type to use for instantiation. 
 | 
supportsHumanBody2D
Specifies if the current subsystem supports 2D human body pose estimation.
 
Declaration
public bool supportsHumanBody2D { get; set; }
 
Property Value
| Type | 
Description | 
| Boolean | 
true if the current subsystem supports 2D human body pose estimation. Otherwise, false. 
 | 
supportsHumanBody3D
Specifies if the current subsystem supports 3D human body pose estimation.
 
Declaration
public bool supportsHumanBody3D { get; set; }
 
Property Value
| Type | 
Description | 
| Boolean | 
true if the current subsystem supports 3D human body pose estimation. Otherwise, false. 
 | 
supportsHumanBody3DScaleEstimation
Specifies if the current subsystem supports 3D human body scale estimation.
 
Declaration
public bool supportsHumanBody3DScaleEstimation { get; set; }
 
Property Value
| Type | 
Description | 
| Boolean | 
true if the current subsystem supports 3D human body scale estimation. Otherwise, false. 
 | 
supportsHumanDepthImage
Specifies if the current subsystem is allowed to provide human depth images.
 
Declaration
public bool supportsHumanDepthImage { get; set; }
 
Property Value
| Type | 
Description | 
| Boolean | 
true if the current subsystem is allowed to provide human depth images. Otherwise, false. 
 | 
supportsHumanStencilImage
Specifies if the current subsystem is allowed to provide human stencil images.
 
Declaration
public bool supportsHumanStencilImage { get; set; }
 
Property Value
| Type | 
Description | 
| Boolean | 
true if the current subsystem is allowed to provide human stencil images. Otherwise, false. 
 | 
Methods
  
Equals(Object)
Declaration
public override bool Equals(object obj)
 
Parameters
| Type | 
Name | 
Description | 
| Object | 
obj | 
 | 
Returns
Overrides
Equals(XRHumanBodySubsystemCinfo)
Declaration
public bool Equals(XRHumanBodySubsystemCinfo other)
 
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
 
Returns
Overrides
Operators
  
Equality(XRHumanBodySubsystemCinfo, XRHumanBodySubsystemCinfo)
Declaration
public static bool operator ==(XRHumanBodySubsystemCinfo lhs, XRHumanBodySubsystemCinfo rhs)
 
Parameters
Returns
Inequality(XRHumanBodySubsystemCinfo, XRHumanBodySubsystemCinfo)
Declaration
public static bool operator !=(XRHumanBodySubsystemCinfo lhs, XRHumanBodySubsystemCinfo rhs)
 
Parameters
Returns