Exemplo n.º 1
0
 public override Node GetNodeAt(GridPos iPos)
 {
     if (!IsInside(iPos))
     {
         return(null);
     }
     return(m_nodePool.GetNode(iPos));
 }
Exemplo n.º 2
0
 public override Node GetNodeAt(GridPos iPos)
 {
     return(m_nodePool.GetNode(iPos));
 }