Skip to main content
API Reference NianticSpatial.NSDK.AR.XRSubsystems

XRSceneSegmentationSubsystemCinfo

Constructor parameters for the XRSceneSegmentationSubsystemDescriptor.

Declaration

public struct XRSceneSegmentationSubsystemCinfo : ValueType, IEquatable<XRSceneSegmentationSubsystemCinfo>

Properties

NameTypeSummary
idstring
Specifies an identifier for the provider implementation of the subsystem.
providerTypeType
Specifies the provider implementation type to use for instantiation.
sceneSegmentationImageSupportedDelegateFunc<Supported>
Specifies if the current subsystem supports semantics segmentation image.
subsystemTypeOverrideType
Specifies the XRAnchorSubsystem-derived type that forwards casted calls to its provider.

Methods

NameTypeSummary
Equalsbool
Tests for equality.
GetHashCodeint
Generates a hash suitable for use with containers like HashSet and Dictionary.

Operators

NameTypeSummary
static !=bool
Tests for inequality. Same as !Equals.
static ==bool
Tests for equality. Same as Equals.

Relationships

implements: System.IEquatable