Class: PointProxy

Phaser.Physics. PointProxy

PointProxy

new PointProxy(game, destination)

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

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