Struct XROcclusionSubsystemCinfo
Constructor parameters for the XROcclusion
Implements
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XROcclusionSubsystemCinfo : IEquatable<XROcclusionSubsystemCinfo>
Properties
Name | Description |
---|---|
environment |
Specifies if the current subsystem supports environment depth confidence image. |
environment |
Query for whether the current subsystem supports environment depth image. |
environment |
Specifies whether a subsystem supports temporal smoothing of the environment depth image. |
human |
Specifies whether a subsystem supports human segmentation depth image. |
human |
Specifies whether a subsystem supports human segmentation stencil image. |
id | Specifies an identifier for the provider implementation of the subsystem. |
implementation |
Specifies the provider implementation type to use for instantiation. |
provider |
Specifies the provider implementation type to use for instantiation. |
query |
Specifies if the current subsystem supports environment depth confidence image. This property is deprecated.
Use environment |
query |
Query for whether the current subsystem supports environment depth image. This property is deprecated. Use
environment |
subsystem |
Specifies the |
supports |
Specifies if the current subsystem supports human segmentation depth image. This property is deprecated.
Use human |
supports |
Specifies if the current subsystem supports human segmentation stencil image. This property is deprecated.
Use human |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(XROcclusion |
Tests for equality. |
Get |
Generates a hash suitable for use with containers like |
Operators
Name | Description |
---|---|
operator ==(XROcclusion |
Tests for equality. Same as Equals(XROcclusion |
operator !=(XROcclusion |
Tests for inequality. Same as |