TiledLib.Camera.Camera C# (CSharp) Method

Camera() public method

public Camera ( int width, int height, Map map ) : System
width int
height int
map Map
return 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