9using System.Collections;
10using System.Collections.Generic;
An IGraspedPoseHandler specifies where an object grasped by a Leap hand or controller (or multiple ha...
void ClearControllers()
Called e.g. if the InteractionBehaviour is set not to move while being grasped; this should clear any...
void GetGraspedPosition(out Vector3 position, out Quaternion rotation)
Calculate the best holding position and orientation given the current state of all InteractionControl...
void RemoveController(InteractionController controller)
Called when an InteractionController stops grasping a certain object; the controller should no longer...
void AddController(InteractionController controller)
Called when a new InteractionController begins grasping a certain object. The controller or Leap hand...