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
-
- Source:
Properties:
Name Type Description xnumber The x property of this PointProxy.
-
y
-
- Source:
Properties:
Name Type Description ynumber The y property of this PointProxy.