示例#1
0
 void OnDestroy()
 {
     mInstance = null;
 }
示例#2
0
 void OnHover()
 {
     UITooltipTool.ShowText("", null);
 }
示例#3
0
 void Awake()
 {
     mInstance = this;
 }
示例#4
0
 void OnTooltip()
 {
     UITooltipTool.ShowText(tip, this.gameObject.transform);
 }