void Awake()
 {
     reticlePointerImpl = new GvrReticlePointerImpl();
 }
Beispiel #2
0
 void Awake()
 {
     reticlePointerImpl = new GvrReticlePointerImpl(layerMask);
 }