| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408 |
- #!/usr/bin/node
- const utils = require("./help-file");
- utils.makeHelpFile([
- "Phaser.Loader.LoaderPlugin.atlas(atlasURL)",
- "Phaser.Loader.LoaderPlugin.atlas(textureURL)",
- "Phaser.Types.Loader.FileTypes.AtlasJSONFileConfig.normalMap",
- "Phaser.Loader.LoaderPlugin.aseprite(atlasURL)",
- "Phaser.Loader.LoaderPlugin.aseprite(textureURL)",
- "Phaser.Loader.LoaderPlugin.atlasXML(atlasURL)",
- "Phaser.Loader.LoaderPlugin.atlasXML(textureURL)",
- "Phaser.Types.Loader.FileTypes.AtlasXMLFileConfig.normalMap",
- "Phaser.Loader.LoaderPlugin.audio(urls)",
- "Phaser.Loader.LoaderPlugin.audioSprite(jsonURL)",
- "Phaser.Loader.LoaderPlugin.audioSprite(audioURL)",
- "Phaser.Loader.LoaderPlugin.bitmapFont(fontDataURL)",
- "Phaser.Loader.LoaderPlugin.bitmapFont(textureURL)",
- "Phaser.Types.Loader.FileTypes.BitmapFontFileConfig.normalMap",
- "Phaser.Loader.LoaderPlugin.htmlTexture(url)",
- "Phaser.Loader.LoaderPlugin.htmlTexture(width)",
- "Phaser.Loader.LoaderPlugin.htmlTexture(height)",
- "Phaser.Loader.LoaderPlugin.image(url)",
- "Phaser.Types.Loader.FileTypes.ImageFileConfig.normalMap",
- "Phaser.Loader.LoaderPlugin.multiatlas(atlasURL)",
- "Phaser.Loader.LoaderPlugin.multiatlas(path)",
- "Phaser.Loader.LoaderPlugin.plugin(url)",
- "Phaser.Loader.LoaderPlugin.plugin(start)",
- "Phaser.Loader.LoaderPlugin.plugin(mapping)",
- "Phaser.Loader.LoaderPlugin.scenePlugin(url)",
- "Phaser.Loader.LoaderPlugin.scenePlugin(systemKey)",
- "Phaser.Loader.LoaderPlugin.scenePlugin(sceneKey)",
- "Phaser.Loader.LoaderPlugin.animation(url)",
- "Phaser.Loader.LoaderPlugin.sceneFile(url)",
- "Phaser.Loader.LoaderPlugin.script(url)",
- "Phaser.Loader.LoaderPlugin.text(url)",
- "Phaser.Loader.LoaderPlugin.glsl(url)",
- "Phaser.Loader.LoaderPlugin.html(url)",
- "Phaser.Loader.LoaderPlugin.json(url)",
- "Phaser.Loader.LoaderPlugin.xml(url)",
- "Phaser.Types.Textures.SpriteSheetConfig.frameWidth",
- "Phaser.Types.Textures.SpriteSheetConfig.frameHeight",
- "Phaser.Types.Textures.SpriteSheetConfig.startFrame",
- "Phaser.Types.Textures.SpriteSheetConfig.endFrame",
- "Phaser.Types.Textures.SpriteSheetConfig.margin",
- "Phaser.Types.Textures.SpriteSheetConfig.spacing",
- "Phaser.Loader.LoaderPlugin.spritesheet(url)",
- "Phaser.Loader.LoaderPlugin.svg(url)",
- "Phaser.Types.Loader.FileTypes.SVGSizeConfig.width",
- "Phaser.Types.Loader.FileTypes.SVGSizeConfig.height",
- "Phaser.Types.Loader.FileTypes.SVGSizeConfig.scale",
- "Phaser.Loader.LoaderPlugin.tilemapCSV(url)",
- "Phaser.Loader.LoaderPlugin.tilemapImpact(url)",
- "Phaser.Loader.LoaderPlugin.tilemapTiledJSON(url)",
- "Phaser.Loader.LoaderPlugin.unityAtlas(atlasURL)",
- "Phaser.Loader.LoaderPlugin.unityAtlas(textureURL)",
- "Phaser.Types.Loader.FileTypes.UnityAtlasFileConfig.normalMap",
- "Phaser.Loader.LoaderPlugin.video(urls)",
- ], "../source/editor/plugins/phasereditor2d.resources/_res/phasereditor2d.pack/docs/phaser-docs.json");
- utils.makeHelpFile([
- "Phaser.GameObjects.Image",
- "Phaser.GameObjects.Sprite",
- "Phaser.GameObjects.Container",
- "Phaser.GameObjects.Components.Transform.x",
- "Phaser.GameObjects.Components.Transform.y",
- "Phaser.GameObjects.Components.Transform.setPosition",
- "Phaser.GameObjects.Components.Transform.scaleX",
- "Phaser.GameObjects.Components.Transform.scaleY",
- "Phaser.GameObjects.Components.Transform.angle",
- "Phaser.GameObjects.Components.Origin.originX",
- "Phaser.GameObjects.Components.Origin.originY",
- "Phaser.GameObjects.Components.Origin.setOrigin",
- "Phaser.GameObjects.Components.Alpha.alpha",
- "Phaser.GameObjects.Components.Alpha.alphaTopLeft",
- "Phaser.GameObjects.Components.Alpha.alphaTopRight",
- "Phaser.GameObjects.Components.Alpha.alphaBottomLeft",
- "Phaser.GameObjects.Components.Alpha.alphaBottomRight",
- "Phaser.GameObjects.Components.Flip.flipX",
- "Phaser.GameObjects.Components.Flip.flipY",
- "Phaser.GameObjects.Components.Visible.visible",
- "Phaser.GameObjects.Components.Tint.tint",
- "Phaser.GameObjects.Components.Tint.tintFill",
- "Phaser.GameObjects.Components.Tint.tintTopLeft",
- "Phaser.GameObjects.Components.Tint.tintTopRight",
- "Phaser.GameObjects.Components.Tint.tintBottomLeft",
- "Phaser.GameObjects.Components.Tint.tintBottomRight",
- "Phaser.GameObjects.TileSprite",
- "Phaser.GameObjects.Components.ComputedSize.width",
- "Phaser.GameObjects.Components.ComputedSize.height",
- "Phaser.GameObjects.Components.ComputedSize.setSize",
- "Phaser.GameObjects.TileSprite.tilePositionX",
- "Phaser.GameObjects.TileSprite.tilePositionY",
- "Phaser.GameObjects.TileSprite.setTilePosition",
- "Phaser.GameObjects.TileSprite.tileScaleX",
- "Phaser.GameObjects.TileSprite.tileScaleY",
- "Phaser.GameObjects.TileSprite.setTileScale",
- "Phaser.GameObjects.NineSlice",
- "Phaser.GameObjects.NineSlice.leftWidth",
- "Phaser.GameObjects.NineSlice.rightWidth",
- "Phaser.GameObjects.NineSlice.topHeight",
- "Phaser.GameObjects.NineSlice.bottomHeight",
- "Phaser.GameObjects.GameObject.parentContainer",
- "Phaser.GameObjects.Text",
- "Phaser.Types.GameObjects.Text.TextStyle.fixedWidth",
- "Phaser.Types.GameObjects.Text.TextStyle.fixedHeight",
- "Phaser.GameObjects.TextStyle.setFixedSize",
- "Phaser.GameObjects.Text.setPadding",
- "Phaser.Types.GameObjects.Text.TextPadding.left",
- "Phaser.Types.GameObjects.Text.TextPadding.top",
- "Phaser.Types.GameObjects.Text.TextPadding.right",
- "Phaser.Types.GameObjects.Text.TextPadding.bottom",
- "Phaser.GameObjects.Text.lineSpacing",
- "Phaser.GameObjects.Text.setAlign",
- "Phaser.GameObjects.Text.setFontFamily",
- "Phaser.GameObjects.Text.setFontSize",
- "Phaser.GameObjects.Text.setFontStyle",
- "Phaser.GameObjects.Text.setColor",
- "Phaser.GameObjects.Text.setStroke(color)",
- "Phaser.GameObjects.Text.setStroke(thickness)",
- "Phaser.GameObjects.Text.setBackgroundColor",
- "Phaser.GameObjects.Text.setShadowOffset",
- "Phaser.GameObjects.Text.setShadowOffset(x)",
- "Phaser.GameObjects.Text.setShadowOffset(y)",
- "Phaser.GameObjects.Text.setShadowStroke",
- "Phaser.GameObjects.Text.setShadowFill",
- "Phaser.GameObjects.Text.setShadowColor",
- "Phaser.GameObjects.Text.setShadowBlur",
- "Phaser.GameObjects.TextStyle.baselineX",
- "Phaser.GameObjects.TextStyle.baselineY",
- "Phaser.GameObjects.Text.setMaxLines",
- "Phaser.GameObjects.Text.setWordWrapWidth(useAdvancedWrap)",
- "Phaser.GameObjects.Text.setWordWrapWidth(width)",
- "Phaser.GameObjects.BitmapText",
- "Phaser.GameObjects.BitmapText.setFont",
- "Phaser.GameObjects.BitmapText.align",
- "Phaser.GameObjects.BitmapText.setFontSize",
- "Phaser.GameObjects.BitmapText.setLetterSpacing",
- "Phaser.GameObjects.BitmapText.dropShadowX",
- "Phaser.GameObjects.BitmapText.dropShadowY",
- "Phaser.GameObjects.BitmapText.dropShadowColor",
- "Phaser.GameObjects.BitmapText.dropShadowAlpha",
- "Phaser.Tilemaps.Tilemap",
- "Phaser.Tilemaps.Tilemap.tileWidth",
- "Phaser.Tilemaps.Tilemap.tileHeight",
- "Phaser.GameObjects.GameObjectFactory.tilemap(key)",
- "Phaser.Tilemaps.Tileset",
- "Phaser.Tilemaps.Tileset.name",
- "Phaser.Tilemaps.Tileset.image",
- "Phaser.Tilemaps.Tileset.tileWidth",
- "Phaser.Tilemaps.Tileset.tileHeight",
- "Phaser.Tilemaps.Tileset.tileMargin",
- "Phaser.Tilemaps.Tileset.tileSpacing",
- "Phaser.Tilemaps.TilemapLayer",
- "Phaser.Tilemaps.TilemapLayer",
- "Phaser.Tilemaps.LayerData",
- "Phaser.Tilemaps.LayerData.name",
- "Phaser.Tilemaps.LayerData.width",
- "Phaser.Tilemaps.LayerData.height",
- "Phaser.Tilemaps.LayerData.tileWidth",
- "Phaser.Tilemaps.LayerData.tileHeight",
- "Phaser.Tilemaps.LayerData.widthInPixels",
- "Phaser.Tilemaps.LayerData.heightInPixels",
- "Phaser.GameObjects.Shape",
- "Phaser.GameObjects.Shape.isFilled",
- "Phaser.GameObjects.Shape.fillColor",
- "Phaser.GameObjects.Shape.fillAlpha",
- "Phaser.GameObjects.Shape.isStroked",
- "Phaser.GameObjects.Shape.strokeColor",
- "Phaser.GameObjects.Shape.strokeAlpha",
- "Phaser.GameObjects.Shape.lineWidth",
- "Phaser.GameObjects.Rectangle",
- "Phaser.GameObjects.Ellipse",
- "Phaser.GameObjects.Ellipse.smoothness",
- "Phaser.GameObjects.Polygon",
- "Phaser.GameObjects.Triangle",
- "Phaser.Geom.Triangle.x1",
- "Phaser.Geom.Triangle.y1",
- "Phaser.Geom.Triangle.x2",
- "Phaser.Geom.Triangle.y2",
- "Phaser.Geom.Triangle.x3",
- "Phaser.Geom.Triangle.y3",
- "Phaser.Geom.Rectangle.x",
- "Phaser.Geom.Rectangle.y",
- "Phaser.Geom.Rectangle.width",
- "Phaser.Geom.Rectangle.height",
-
- "Phaser.Geom.Ellipse.x",
- "Phaser.Geom.Ellipse.y",
- "Phaser.Geom.Ellipse.width",
- "Phaser.Geom.Ellipse.height",
- "Phaser.Geom.Circle.x",
- "Phaser.Geom.Circle.y",
- "Phaser.Geom.Circle.radius",
- "Phaser.Input.InputPlugin.makePixelPerfect(alphaTolerance)",
- "Phaser.GameObjects.Layer",
- "Phaser.Physics.Arcade.Collider",
- "Phaser.Physics.Arcade.Image",
- "Phaser.Physics.Arcade.Sprite",
- "Phaser.Physics.Arcade.Body",
- "Phaser.Physics.Arcade.Body.enable",
- "Phaser.Physics.Arcade.Body.offset",
- "Phaser.Physics.Arcade.Body.radius",
- "Phaser.Physics.Arcade.Body.moves",
- "Phaser.Physics.Arcade.Body.velocity",
- "Phaser.Physics.Arcade.Body.maxVelocity",
- "Phaser.Physics.Arcade.Body.maxSpeed",
- "Phaser.Physics.Arcade.Body.allowGravity",
- "Phaser.Physics.Arcade.Body.gravity",
- "Phaser.Physics.Arcade.Body.acceleration",
- "Phaser.Physics.Arcade.Body.useDamping",
- "Phaser.Physics.Arcade.Body.allowDrag",
- "Phaser.Physics.Arcade.Body.drag",
- "Phaser.Physics.Arcade.Body.allowRotation",
- "Phaser.Physics.Arcade.Body.rotation",
- "Phaser.Physics.Arcade.Body.angularVelocity",
- "Phaser.Physics.Arcade.Body.angularAcceleration",
- "Phaser.Physics.Arcade.Body.angularDrag",
- "Phaser.Physics.Arcade.Body.maxAngular",
- "Phaser.Physics.Arcade.Body.pushable",
- "Phaser.Physics.Arcade.Body.immovable",
- "Phaser.Physics.Arcade.Body.collideWorldBounds",
- "Phaser.Physics.Arcade.Body.onWorldBounds",
- "Phaser.Physics.Arcade.Body.mass",
- "Phaser.Physics.Arcade.Body.bounce",
- "Phaser.Physics.Arcade.Body.friction",
- "Phaser.Physics.Arcade.Body.overlapX",
- "Phaser.Physics.Arcade.Body.overlapY",
- "Phaser.Physics.Arcade.Body.overlapR",
- "Phaser.Physics.Arcade.Collider(overlapOnly)",
- "Phaser.Physics.Arcade.Collider(object1)",
- "Phaser.Physics.Arcade.Collider(object2)",
- "Phaser.Physics.Arcade.Collider(collideCallback)",
- "Phaser.Physics.Arcade.Collider(processCallback)",
- "Phaser.Physics.Arcade.Collider(callbackContext)",
- "Phaser.FX.Glow.color",
- "Phaser.FX.Glow.outerStrength",
- "Phaser.FX.Glow.innerStrength",
- "Phaser.FX.Glow.knockout",
- "Phaser.FX.Shadow.x",
- "Phaser.FX.Shadow.y",
- "Phaser.FX.Shadow.decay",
- "Phaser.FX.Shadow.power",
- "Phaser.FX.Shadow.color",
- "Phaser.FX.Shadow.samples",
- "Phaser.FX.Shadow.intensity",
- "Phaser.FX.Barrel.amount",
- "Phaser.FX.Bloom.color",
- "Phaser.FX.Bloom.offsetX",
- "Phaser.FX.Bloom.offsetY",
- "Phaser.FX.Bloom.blurStrength",
- "Phaser.FX.Bloom.strength",
- "Phaser.FX.Bloom.steps",
- "Phaser.FX.Bokeh.radius",
- "Phaser.FX.Bokeh.amount",
- "Phaser.FX.Bokeh.contrast",
- "Phaser.FX.Bokeh.isTiltShift",
- "Phaser.FX.Bokeh.blurX",
- "Phaser.FX.Bokeh.blurY",
- "Phaser.FX.Bokeh.strength",
- "Phaser.FX.Circle.thickness",
- "Phaser.FX.Circle.color",
- "Phaser.FX.Circle.backgroundColor",
- "Phaser.FX.Circle.scale",
- "Phaser.FX.Circle.feather",
- "Phaser.FX.ColorMatrix.alpha",
- "Phaser.FX.ColorMatrix.brightness(value)",
- "Phaser.FX.ColorMatrix.hue(rotation)",
- "Phaser.FX.ColorMatrix.grayscale(value)",
- "Phaser.FX.ColorMatrix.contrast(value)",
- "Phaser.FX.ColorMatrix.night(intensity)",
- "Phaser.FX.Displacement.x",
- "Phaser.FX.Displacement.y",
- "Phaser.FX.Gradient.color1",
- "Phaser.FX.Gradient.color2",
- "Phaser.FX.Gradient.alpha",
- "Phaser.FX.Gradient.fromX",
- "Phaser.FX.Gradient.fromY",
- "Phaser.FX.Gradient.toX",
- "Phaser.FX.Gradient.toY",
- "Phaser.FX.Gradient.size",
- "Phaser.FX.Pixelate.amount",
- "Phaser.FX.Shine.speed",
- "Phaser.FX.Shine.lineWidth",
- "Phaser.FX.Shine.gradient",
- "Phaser.FX.Shine.reveal",
- "Phaser.FX.Vignette.x",
- "Phaser.FX.Vignette.y",
- "Phaser.FX.Vignette.radius",
- "Phaser.FX.Vignette.strength",
- "Phaser.FX.Wipe.wipeWidth",
- "Phaser.FX.Wipe.direction",
- "Phaser.FX.Wipe.axis",
- "Phaser.FX.Wipe.progress",
- "Phaser.FX.Wipe.reveal",
- "Phaser.Input.Keyboard.Key",
- "spine.SpineGameObject",
- "spine.SkinsAndAnimationBoundsProvider(animation)",
- "spine.SkinsAndAnimationBoundsProvider(skins)",
- "spine.SkinsAndAnimationBoundsProvider(animation)",
- "spine.SkinsAndAnimationBoundsProvider(timeStep)",
- "spine.AnimationState.timeScale",
- "spine.AnimationStateData.defaultMix",
- "spine.AnimationStateData.setMixWith",
- "Phaser.Types.Animations.PlayAnimationConfig.frameRate",
- "Phaser.Types.Animations.PlayAnimationConfig.delay",
- "Phaser.Types.Animations.PlayAnimationConfig.repeat",
- "Phaser.Types.Animations.PlayAnimationConfig.repeatDelay",
- "Phaser.Types.Animations.PlayAnimationConfig.yoyo",
- "Phaser.Types.Animations.PlayAnimationConfig.showOnStart",
- "Phaser.Types.Animations.PlayAnimationConfig.hideOnComplete",
- "Phaser.Types.Animations.PlayAnimationConfig.showBeforeDelay",
- "Phaser.Types.Animations.PlayAnimationConfig.startFrame",
- "Phaser.Types.Animations.PlayAnimationConfig.timeScale",
- "Phaser.FX.Glow.color",
- "Phaser.FX.Glow.outerStrength",
- "Phaser.FX.Glow.innerStrength",
- "Phaser.FX.Glow.knockout",
- "Phaser.FX.Shadow.x",
- "Phaser.FX.Shadow.y",
- "Phaser.FX.Shadow.decay",
- "Phaser.FX.Shadow.power",
- "Phaser.FX.Shadow.color",
- "Phaser.FX.Shadow.samples",
- "Phaser.FX.Shadow.intensity",
- ], "../source/editor/plugins/phasereditor2d.resources/_res/phasereditor2d.scene/docs/phaser.json");
- utils.makeHelpFile([
- "Phaser.Types.Animations.Animation.key",
- "Phaser.Types.Animations.Animation.frameRate",
- "Phaser.Types.Animations.Animation.delay",
- "Phaser.Types.Animations.Animation.repeat",
- "Phaser.Types.Animations.Animation.repeatDelay",
- "Phaser.Types.Animations.Animation.yoyo",
- "Phaser.Types.Animations.Animation.showOnStart",
- "Phaser.Types.Animations.Animation.hideOnComplete",
- "Phaser.Types.Animations.Animation.showBeforeDelay",
- "Phaser.Types.Animations.Animation.skipMissedFrames",
- "Phaser.Types.Animations.PlayAnimationConfig.startFrame",
- ], "../source/editor/plugins/phasereditor2d.resources/_res/phasereditor2d.animations/docs/phaser-docs.json");
- console.log("DONE!");
|