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