Static
centerXStatic
centerYThe center y-axis value of the canvas.
Static
maxXThe maximum visible x-axis value of the canvas.
Static
maxYThe maximum visible y-axis value of the canvas.
Static
minXThe minimum visible x-axis value of the canvas.
Static
minYThe minimum visible y-axis value of the canvas.
Static
mapStatic
mapStatic
mapStatic
mapStatic
mapMap a percentage value to a value on the x-axis of the canvas. A percentage value of 0.5 will be exactly in the middle of the x-axis, regardless of canvas resolution or aspect ratio.
The percentage expressed as a decimal number (e.g. 50% = 0.5)
Static
mapMap a percentage value to a value on the y-axis of the canvas. A percentage value of 0.5 will be exactly in the middle of the y-axis, regardless of canvas resolution or aspect ratio.
The percentage expressed as a decimal number (e.g. 50% = 0.5)
The center x-axis value of the canvas.