phaser/resources/docgen/output/Phaser.Easing.json
2014-11-25 00:24:29 +00:00

1 line
No EOL
1.4 KiB
JSON

{"class":{"name":"Phaser.Easing","extends":"","static":true,"constructor":false,"parameters":[],"help":"A collection of easing methods defining ease-in and ease-out curves."},"consts":[],"methods":{"public":[{"name":"In","static":false,"returns":null,"help":"Bounce ease-in.","line":512,"public":true,"protected":false,"private":false,"parameters":[{"name":"k","type":["number"],"help":"The value to be tweened.","optional":false,"default":null}],"inherited":false,"inheritedFrom":""},{"name":"InOut","static":false,"returns":null,"help":"Bounce ease-in\/out.","line":554,"public":true,"protected":false,"private":false,"parameters":[{"name":"k","type":["number"],"help":"The value to be tweened.","optional":false,"default":null}],"inherited":false,"inheritedFrom":""},{"name":"None","static":false,"returns":null,"help":"Linear Easing (no variation).","line":30,"public":true,"protected":false,"private":false,"parameters":[{"name":"k","type":["number"],"help":"The value to be tweened.","optional":false,"default":null}],"inherited":false,"inheritedFrom":""},{"name":"Out","static":false,"returns":null,"help":"Bounce ease-out.","line":525,"public":true,"protected":false,"private":false,"parameters":[{"name":"k","type":["number"],"help":"The value to be tweened.","optional":false,"default":null}],"inherited":false,"inheritedFrom":""}],"protected":[],"private":[],"static":[]},"properties":{"public":[],"protected":[],"private":[]}}