Methods
-
create_point(value_x, value_y)
-
Creates and returns a new point with the given values.
Check out the third party documentation for a more in depth explanation.Parameters:
Name Type Description value_x
Number the x value of the new point
value_y
Number the y value of the new point
Code Equivalent:
new Phaser.Point(value_x, value_y)
-
refresh_pixels()
-
Refreshes the pixel pins.
Check out the third party documentation for a more in depth explanation.Code Equivalent:
RefreshPixels();