Example #1
0
 public void OnDestroy()
 {
     NodeLevelManager.GetInstance().RemoveNode(this);
 }
Example #2
0
 private void AdjustSelf()
 {
     Adjust(NodeLevelManager.GetInstance().Level);
 }
Example #3
0
 public void Start()
 {
     AdjustSelf();
     NodeLevelManager.GetInstance().AddNode(this);
 }