Struct XRImageTrackingSubsystemDescriptor.Cinfo
Construction information for the XRImage
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. |
provider |
Specifies the provider implementation type to use for instantiation. |
requires |
Whether the subsystem requires physical image dimensions to be provided for all reference images.
If |
subsystem |
The |
subsystem |
Specifies the |
supports |
Whether the subsystem supports image validation (validating images before they are added to a
Mutable |
supports |
Whether the subsystem supports tracking the poses of moving images in realtime. |
supports |
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. |
Get |
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 |