tiled method

Position tiled(
  1. bool tiled
)

Implementation

Position tiled(bool tiled) {
  _tiled = tiled;
  return this;
}