Ejemplo n.º 1
0
 public virtual IList GetActorsList()
 {
     if (bspTree != null)
     {
         return(bspTree.GetActorsList());
     }
     return(null);
 }