Class: InversePointProxy

Phaser.Physics. InversePointProxy

InversePointProxy

new InversePointProxy(game, 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
game Phaser.Game

A reference to the Phaser.Game instance.

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 Mon Feb 24 2014 12:11:43 GMT-0000 (GMT) using the DocStrap template.