public LeapHandleState(LeapGameObject obj)
 {
     activeObj = obj;
     handleObj = (LeapHandleObject)obj;
 }
Example #2
0
 public LeapHandleState(LeapGameObject obj)
 {
     activeObj = obj;
     handleObj = (LeapHandleObject)obj;
 }