Ejemplo n.º 1
0
 void UpdateCursor()
 {
     if (mDraggedItem != null)
     {
         LZCursor.Set(mDraggedItem.spriteName);
     }
     else
     {
         LZCursor.Clear();
     }
 }
Ejemplo n.º 2
0
 void OnDestroy()
 {
     instance = null;
 }
Ejemplo n.º 3
0
 void Awake()
 {
     instance = this;
 }
Ejemplo n.º 4
0
	void OnDestroy() { instance = null; }
Ejemplo n.º 5
0
	void Awake() { instance = this; }