Example #1
0
 public void RemoveSelf()
 {
     gameObject.transform.SetParent(null);
     GameObject.Destroy(gameObject);
     //TODO ActiveColorAnimator = null;
     _timeline.Repaint();         //TODO
 }