public override void FocusOnInteractable(OculusSampleFramework.Interactable focusedInteractable, ColliderZone colliderZone)
 {
 }
示例#2
0
 public void DeFocus()
 {
     _rayToolView.SetFocusedInteractable(null);
     _focusedInteractable = null;
 }
示例#3
0
 public void SetFocusedInteractable(OculusSampleFramework.Interactable interactable)
 {
     throw new System.NotImplementedException();
 }
示例#4
0
 public void FocusOnInteractable(Interactable focusedInteractable,
                                 ColliderZone colliderZone)
 {
     _rayToolView.SetFocusedInteractable(focusedInteractable);
     _focusedInteractable = focusedInteractable;
 }
 public void FocusOnInteractable(Interactable focusedInteractable,
                                 ColliderZone colliderZone)
 {
     // no need for focus
 }