Class: PointProxy

Phaser.Physics.P2. PointProxy

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:

Members

x

Properties:
Name Type Description
x number

The x property of this PointProxy.

Source:

y

Properties:
Name Type Description
y number

The y property of this PointProxy.

Source:
Phaser Copyright © 2012-2014 Photon Storm Ltd.
Documentation generated by JSDoc 3.3.0-dev on Thu Jul 10 2014 20:19:10 GMT+0100 (BST) using the DocStrap template.