예제 #1
0
 public void GuardMyLabel()
 {
     if (!myLabel)
     {
         myLabel            = FollowerTextCanvasRecycler.GetAFollower();
         myLabel.FollowThis = labelPoint;
     }
 }
예제 #2
0
 protected override void Awake()
 {
     base.Awake();
     instance = this;
 }