XRSceneSegmentationSubsystemCinfo
Constructor parameters for the XRSceneSegmentationSubsystemDescriptor.
Declaration
public struct XRSceneSegmentationSubsystemCinfo : ValueType, IEquatable<XRSceneSegmentationSubsystemCinfo>Properties
| Name | Type | Summary |
|---|---|---|
| id | string | Specifies an identifier for the provider implementation of the subsystem. |
| providerType | Type | Specifies the provider implementation type to use for instantiation. |
| sceneSegmentationImageSupportedDelegate | Func<Supported> | Specifies if the current subsystem supports semantics segmentation image. |
| subsystemTypeOverride | Type | Specifies the XRAnchorSubsystem-derived type that forwards casted calls to its provider. |
Methods
| Name | Type | Summary |
|---|---|---|
| Equals | bool | Tests for equality. |
| GetHashCode | int | Generates a hash suitable for use with containers like HashSet and Dictionary. |
Operators
| Name | Type | Summary |
|---|---|---|
| static != | bool | Tests for inequality. Same as !Equals. |
| static == | bool | Tests for equality. Same as Equals. |
Relationships
implements: System.IEquatable