TiledLib.Camera.Camera C# (CSharp) Метод

Camera() публичный Метод

public Camera ( int width, int height, Map map ) : System
width int
height int
map Map
Результат System
        public Camera(int width, int height, Map map)
            : this(width, height, map.Width * map.TileWidth, map.Height * map.TileHeight)
        {
        }

Same methods

Camera::Camera ( int width, int height, int boundswidth, int boundsheight ) : System