示例#1
0
 internal void Remove()
 {
     if (Scene == null)
     {
         return;
     }
     Scene.RemoveActor(this);
 }