Struct XRImageTrackingSubsystemDescriptor.Cinfo
Construction information for the XRImageTrackingSubsystemDescriptor.
Implements
Inherited Members
Namespace: UnityEngine.XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XRImageTrackingSubsystemDescriptor.Cinfo : IEquatable<XRImageTrackingSubsystemDescriptor.Cinfo>
Properties
Name | Description |
---|---|
id | A string identifier used to name the subsystem provider. |
providerType | Specifies the provider implementation type to use for instantiation. |
requiresPhysicalImageDimensions | Whether the subsystem requires physical image dimensions to be provided for all reference images.
If |
subsystemImplementationType | The |
subsystemTypeOverride | Specifies the |
supportsImageValidation | Whether the subsystem supports image validation (validating images before they are added to a MutableRuntimeReferenceImageLibrary). |
supportsMovingImages | Whether the subsystem supports tracking the poses of moving images in realtime. |
supportsMutableLibrary | Whether the subsystem supports image libraries that can be mutated at runtime. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(Cinfo) | Tests for equality. |
GetHashCode() | Generates a hash suitable for use with containers like |
Operators
Name | Description |
---|---|
operator ==(Cinfo, Cinfo) | Tests for equality. Same as Equals(Cinfo). |
operator !=(Cinfo, Cinfo) | Tests for inequality. Same as |