Physics.P2.PointProxy
Class: Phaser.Physics.P2.PointProxy
Constructor
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 code: 登录查看完整内容