Struct TrackableCollection<TTrackable>
A collection for ARTrackable<TSessionforeach
statement.
Implements
Inherited Members
Namespace: UnityEngine .XR.ARFoundation
Assembly: solution.dll
Syntax
public struct TrackableCollection<TTrackable> : IEquatable<TrackableCollection<TTrackable>>
Type Parameters
Name | Description |
---|---|
TTrackable | The concrete ARTrackable<TSession |
Constructors
Name | Description |
---|---|
Trackable |
Constructs a Trackable |
Properties
Name | Description |
---|---|
this[Trackable |
Retrieves a |
count | Returns the number of trackables in this collection. |
Methods
Name | Description |
---|---|
Equals(object) | Checks the equality of this object against this Trackable |
Equals(Trackable |
Checks the equality of this Trackable |
Get |
Creates an |
Get |
Retrieves the hashcode of the Trackable |
Try |
Attempts to retrieve a trackable by |
Operators
Name | Description |
---|---|
operator ==(Trackable |
Overloads the |
operator !=(Trackable |
Overloads the |