Exemplo n.º 1
0
 public void RegisterXRRaycaster(XRRaycaster raycaster)
 {
     if (xr_raycaster == null)
     {
         xr_raycaster = raycaster;
     }
 }
Exemplo n.º 2
0
 public void UnregisterXRRaycaster()
 {
     xr_raycaster = null;
 }