API reference
API reference
Select your platform
No SDKs available
No versions available

SequentialSlotsProvider Class

Extends MonoBehaviour, ISnapPoseDelegate
This ISnapSlotsProvider uses a ordered list of individual Slots and will push the elements back or forth to make room for the new element.

Protected Fields

bool _started[Get]

Protected Functions

virtual void Start ( )

Member Functions

Indicates that a new element is tracking.
Parameters
id
The element id to track.
pose
The pose of the element.
Indicates that an element is no longer being tracked.
Parameters
id
The element id to stop tracking.
Indicates that the tracked element should snap.
Parameters
id
The element id to snap.
pose
The pose of the element.
Indicates that the element should no longer snap.
Parameters
id
The element id to stop snapping.
Indicates that a tracked element pose has updated.
Parameters
id
The element id.
pose
The new element pose.
The target snap pose for a queried element id.
Parameters
id
The element id.
pose
The target pose.
Returns
True if the element has a pose to snap to.
void InjectAllSequentialSlotsProvider
( List< Transform > slots )
void InjectSlots
( List< Transform > slots )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon