Class: InversePointProxy

Phaser.Physics.P2. InversePointProxy

InversePointProxy

new InversePointProxy(world, destination)

A InversePointProxy is an internal class that allows for direct getter/setter style property access to Arrays and TypedArrays but inverses the values on set.

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 InversePointProxy.

Source:

y

Properties:
Name Type Description
y number

The y property of this InversePointProxy.

Source:
Phaser Copyright © 2012-2014 Photon Storm Ltd.
Documentation generated by JSDoc 3.3.0-dev on Tue Apr 29 2014 14:51:30 GMT+0100 (BST) using the DocStrap template.