Physics.Ninja.Circle#Circle

new Circle(body, x, y, radius)

Ninja Physics Circle constructor.
Note: This class could be massively optimised and reduced in size. I leave that challenge up to you.

Parameters
Name Type Description
body Phaser.Physics.Ninja.Body

The body that owns this shape.

x number

The x coordinate to create this shape at.

y number

The y coordinate to create this shape at.

radius number

The radius of this Circle.

Source code: physics/ninja/Circle.js (Line 19)
doc_phaser
2017-02-14 11:00:28
Comments
Leave a Comment

Please login to continue.