Example #1
0
 /// <summary>
 /// When object is added to a parent object. Parent isn't neccesarily on stage.
 /// </summary>
 public virtual void Added(EventArgs e)
 {
     if (!isOnStage && stage != null)
     {
         stage.ObjectAddedToStage(this);
     }
 }