Creates a new ObjectTracker.
The given Instance to track.
The ObjectTrackerMode defining what points from the passed object should be tracked.
The ObjectTrackerPrecision defining (when live) if the full Volume3 bounds should be recalculated when this tracker detects an update.
If this ObjectTracker should update dynamically when the target object moves, if false, it will calculate the Positions only once.
The created ObjectTracker.
ReadonlyDestroyedThe signal that is fired when this ObjectTracker is destroyed, either manually called through .Destroy(), or when the target Object is destroyed.
ReadonlyLiveThe signal that is fired upon any live update detected to the target Object. If the ObjectTracker is not live, this signal will never fire.
ReadonlyModeThe ObjectTrackerMode that changes how this ObjectTracker treats the updates and resulting Positions gathered from the target Object.
ReadonlyObjectThe target Object this ObjectTracker is based around.
ReadonlyPositionsThe current list of Vector3(s) that make up all points gathered from the target Object with respects to the active ObjectTrackerMode.
The ObjectTrackerPrecision that decides what level of recalculation should be done upon a LiveUpdate from this ObjectTracker.
The
ObjectTrackerclass is used to track the position(s) of a givenObject(Model,BasePart, orAttachment) for use within aVolume3.See
Volume3