mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
1 line
No EOL
1.4 KiB
JSON
Executable file
1 line
No EOL
1.4 KiB
JSON
Executable file
{"class":{"name":"Phaser.Physics.P2.PointProxy","extends":"","static":false,"constructor":true,"parameters":[{"name":"world","type":["Phaser.Physics.P2"],"help":"A reference to the P2 World.","optional":false,"default":null},{"name":"destination","type":["any"],"help":"The object to bind to.","optional":false,"default":null}],"help":"A PointProxy is an internal class that allows for direct getter\/setter style property access to Arrays and TypedArrays."},"consts":[],"methods":{"public":[],"protected":[],"private":[],"static":[]},"properties":{"public":[{"name":"mx","type":["number"],"help":"","inlineHelp":"The x property of this PointProxy get and set in meters.","line":68,"default":null,"public":true,"protected":false,"private":false,"readOnly":false},{"name":"my","type":["number"],"help":"","inlineHelp":"The x property of this PointProxy get and set in meters.","line":88,"default":null,"public":true,"protected":false,"private":false,"readOnly":false},{"name":"x","type":["number"],"help":"","inlineHelp":"The x property of this PointProxy get and set in pixels.","line":28,"default":null,"public":true,"protected":false,"private":false,"readOnly":false},{"name":"y","type":["number"],"help":"","inlineHelp":"The y property of this PointProxy get and set in pixels.","line":48,"default":null,"public":true,"protected":false,"private":false,"readOnly":false}],"protected":[],"private":[]}} |