Ejemplo n.º 1
0
 public override void OnSCAwake()
 {
     base.OnSCAwake();
     if (CursorType == CursorPartType.UnDefined)
     {
         DebugMy.Log("CursorType UnDefined !", this);
     }
     Cursor = GetComponentInParent <CursorBase>();
 }
Ejemplo n.º 2
0
 public override void OnSCDestroy()
 {
     base.OnSCDestroy();
     Cursor = null;
 }