예제 #1
0
 /// <summary>
 /// Called when either the head or a controller is pointed at an object
 /// </summary>
 /// <param name="controller">Leave null if ray is coming from head</param>
 public virtual void RayEnter(RaycastHit hit, vControllerScript controller = null)
 {
     //Empty. Overriden meothod only.
 }
예제 #2
0
 /// <summary>
 /// Called when either the head or a controller leaves the object
 /// </summary>
 /// <param name="controller">Leave null if ray is coming from head</param>
 public virtual void RayExit(vControllerScript controller = null)
 {
     //Empty. Overriden meothod only.
 }