Ball.is_walkable#
- Ball.is_walkable() bool#
Determine whether agent can move on grid object.
Returns
Falseby default. Walkable grid objects must override this method.- Returns:
Trueif agent can move over grid object,Falseotherwise.- Return type:
bool