atlas property

Atlas get atlas

Implementation

Atlas get atlas  {
  if (_drawable == null) throw Exception("Controller is not initialized yet.");
  return _drawable!.atlas;
}