Phaser.Physics.P2. PointProxy

new PointProxy(world, destination)

A PointProxy is an internal class that allows for direct getter/setter style property access to Arrays and TypedArrays.

Parameters:
Name Type Description
world Phaser.Physics.P2

A reference to the P2 World.

destination any

The object to bind to.

Source - physics/p2/PointProxy.js, line 15

Members

mx :number

The x property of this PointProxy get and set in meters.

Source - physics/p2/PointProxy.js, line 64

my :number

The x property of this PointProxy get and set in meters.

Source - physics/p2/PointProxy.js, line 84

x :number

The x property of this PointProxy get and set in pixels.

Source - physics/p2/PointProxy.js, line 24

y :number

The y property of this PointProxy get and set in pixels.

Source - physics/p2/PointProxy.js, line 44
Phaser Copyright © 2012-2016 Photon Storm Ltd.
Documentation generated by JSDoc 3.4.0 on Fri Aug 26 2016 01:16:16 GMT+0100 (BST) using the DocStrap template.