Ejemplo n.º 1
0
 void OnEnable()
 {
     instance  = this;
     mTarget   = target as HotspotButtonGaze;
     posCalc   = mTarget.GetComponent <HotspotPositionCalc>();
     posCalcSO = new SerializedObject(posCalc);
 }
Ejemplo n.º 2
0
 void OnDisable()
 {
     instance = null;
 }