Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y 

T

terminalVelocity - Variable in class net.stemkoski.bagel.PlatformPhysics
maximum vertical speed
text - Variable in class net.stemkoski.bagel.Label
text to display in label
texture - Variable in class net.stemkoski.bagel.Sprite
image displayed when rendering this sprite
Texture - Class in net.stemkoski.bagel
Image data used when drawing a Sprite or a Tile.
Texture() - Constructor for class net.stemkoski.bagel.Texture
Create an empty texture.
textureList - Variable in class net.stemkoski.bagel.Animation
List of the textures that will be displayed in sequence by this animation.
Tile - Class in net.stemkoski.bagel
A small rectangular image used in a TileMap.
Tile(double, double, double, double, int) - Constructor for class net.stemkoski.bagel.Tile
Set the location, size, and tile image index for this Tile.
tileHeight - Variable in class net.stemkoski.bagel.TileMap
height of each tile (in pixels)
TileMap - Class in net.stemkoski.bagel
A selection and arrangement of Tiles that corresponds to an image of the game world environment and data that corresponds to placement of game world entities.
TileMap(int, int, int, int) - Constructor for class net.stemkoski.bagel.TileMap
Specify basic data for this TileMap; additional data loaded by TileMap.loadTilesetImage(String) and TileMap.loadMapData(String[], String[], int[]) methods.
tileTextureIndex - Variable in class net.stemkoski.bagel.Tile
index of texture in list from corresponding TileMap
tileTextureList - Variable in class net.stemkoski.bagel.TileMap
a list containing all the available Tile textures loaded by the TileMap.loadTilesetImage(String) method
tileWidth - Variable in class net.stemkoski.bagel.TileMap
width of each tile (in pixels)
top - Variable in class net.stemkoski.bagel.Rectangle
y-coordinate of top edge of rectangle
toString() - Method in class net.stemkoski.bagel.Vector2
 
totalDuration - Variable in class net.stemkoski.bagel.Animation
The total amount of time required to display all textures in this animation.
totalTime - Variable in class net.stemkoski.bagel.Action
The total time that has elapsed since the Action has started.
A B C D E F G H I J K L M N O P R S T U V W X Y 
Skip navigation links