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

XRVps2SubsystemCinfo

Constructor parameters for the XRVps2SubsystemDescriptor.

Declaration

public struct XRVps2SubsystemCinfo : ValueType, IEquatable<XRVps2SubsystemCinfo>

Properties

NameTypeSummary
idstring
Specifies an identifier for the provider implementation of the subsystem.
providerTypeType
Specifies the provider implementation type to use for instantiation.
subsystemTypeOverrideType
Specifies the XRVps2Subsystem-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