Method CanBeAddedToSubsystem
CanBeAddedToSubsystem(TTrackable)
Determines whether an existing ARTrackable<TSessionRelativeData, TTrackable> can be added to the underlying subsystem.
Declaration
protected bool CanBeAddedToSubsystem(TTrackable trackable)
Parameters
Type | Name | Description |
---|---|---|
TTrackable | trackable | An existing ARTrackable<TSessionRelativeData, TTrackable> to add to the underlying subsystem. |
Returns
Type | Description |
---|---|
bool | Returns |
Remarks
If trackable
has not been added yet (that is, it is not tracked by this manager) and the
manager is either disabled or does not have a valid subsystem, then the trackable
's
pending state is set to true
.
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown if |