| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| G — Constant Static Property, class net.flashpunk.utils.Key |
| |
| getAll(into:Object) — method, class net.flashpunk.World |
|
Pushes all Entities in the World into the array. |
| getBitmap(source:Class) — Static Method , class net.flashpunk.FP |
|
Fetches a stored BitmapData object represented by the source. |
| getBlue(color:uint) — Static Method , class net.flashpunk.FP |
|
Finds the blue factor of a color. |
| getClass() — method, class net.flashpunk.Entity |
| |
| getClass(c:Class, into:Object) — method, class net.flashpunk.World |
|
Pushes all Entities in the World of the Class into the Array or Vector. |
| getColorHSV(h:Number, s:Number, v:Number) — Static Method , class net.flashpunk.FP |
|
Creates a color value with the chosen HSV values. |
| getColorHue(color:uint) — Static Method , class net.flashpunk.FP |
| |
| getColorRGB(R:uint, G:uint, B:uint) — Static Method , class net.flashpunk.FP |
|
Creates a color value by combining the chosen RGB values. |
| getColorSaturation(color:uint) — Static Method , class net.flashpunk.FP |
| |
| getColorValue(color:uint) — Static Method , class net.flashpunk.FP |
| |
| getFrame(column:uint, row:uint) — method, class net.flashpunk.graphics.Spritemap |
|
Gets the frame index based on the column and row of the source image. |
| getGreen(color:uint) — Static Method , class net.flashpunk.FP |
|
Finds the green factor of a color. |
| getIndex(tilesColumn:uint, tilesRow:uint) — method, class net.flashpunk.graphics.Tilemap |
|
Gets the 1D index of a tile from a 2D index (its column and row in the tileset image). |
| getInstance(name:String) — method, class net.flashpunk.World |
|
Returns the Entity with the instance name, or null if none exists. |
| getLayer(layer:int, into:Object) — method, class net.flashpunk.World |
|
Pushes all Entities in the World on the layer into the Array or Vector. |
| getMask(index:uint) — method, class net.flashpunk.masks.Masklist |
|
Gets a Mask from the list. |
| getPan(type:String) — Static Method , class net.flashpunk.Sfx |
|
Return the global pan for a type. |
| getPixel(x:int, y:int) — method, class net.flashpunk.graphics.Canvas |
| |
| getPoint(index:uint) — method, class net.flashpunk.tweens.motion.LinearPath |
|
Gets a point on the path. |
| getPoint(index:uint) — method, class net.flashpunk.tweens.motion.QuadPath |
|
Gets the point on the path. |
| getRed(color:uint) — Static Method , class net.flashpunk.FP |
|
Finds the red factor of a color. |
| getSubMap(x:int, y:int, w:int, h:int) — method, class net.flashpunk.graphics.Tilemap |
|
Get a subregion of the tilemap and return it as a new Tilemap. |
| getTextProperty(name:String) — method, class net.flashpunk.graphics.Text |
|
Get TextField or TextForm property
|
| getTile(column:uint, row:uint) — method, class net.flashpunk.graphics.Tilemap |
|
Gets the tile index at the position. |
| getTile(column:uint, row:uint) — method, class net.flashpunk.masks.Grid |
|
Gets the value of a tile. |
| getType(type:String, into:Object) — method, class net.flashpunk.World |
|
Pushes all Entities in the World of the type into the Array or Vector. |
| getVolume(type:String) — Static Method , class net.flashpunk.Sfx |
|
Return the global volume for a type. |
| getXML(file:Class) — Static Method , class net.flashpunk.FP |
|
Loads the file as an XML object. |
| graphic — Property, class net.flashpunk.Entity |
|
Graphical component to render to the screen. |
| graphic(g:net.flashpunk:Graphic, x:int, y:int) — Static Method , class net.flashpunk.utils.Draw |
|
Draws a graphic object. |
| Graphic — class, package net.flashpunk |
|
Base class for all graphical types that can be drawn by Entity. |
| Graphic() — Constructor, class net.flashpunk.Graphic |
|
Constructor. |
| Graphiclist — class, package net.flashpunk.graphics |
|
A Graphic that can contain multiple Graphics of one or various types. |
| Graphiclist(... rest) — Constructor, class net.flashpunk.graphics.Graphiclist |
|
Constructor. |
| green — Property, class net.flashpunk.tweens.misc.ColorTween |
|
Green value of the current color, from 0 to 255. |
| Grid — class, package net.flashpunk.masks |
|
Uses a hash grid to determine collision, faster than
using hundreds of Entities for tiled levels, etc. |
| Grid(width:uint, height:uint, tileWidth:uint, tileHeight:uint, x:int, y:int) — Constructor, class net.flashpunk.masks.Grid |
|
Constructor. |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |