| Package | com.emibap.textureAtlas |
| Class | public class TextureItem |
| Inheritance | TextureItem flash.display.Sprite |
| Property | Defined By | ||
|---|---|---|---|
| frameHeight : int [read-only] | TextureItem | ||
| frameName : String [read-only] | TextureItem | ||
| frameWidth : int [read-only] | TextureItem | ||
| frameX : int [read-only] | TextureItem | ||
| frameY : int [read-only] | TextureItem | ||
| graphic : BitmapData [read-only] | TextureItem | ||
| textureName : String [read-only] | TextureItem | ||
| Method | Defined By | ||
|---|---|---|---|
TextureItem(graphic:BitmapData, textureName:String, frameName:String, frameX:int = 0, frameY:int = 0, frameWidth:int = 0, frameHeight:int = 0) | TextureItem | ||
| frameHeight | property |
frameHeight:int [read-only] public function get frameHeight():int| frameName | property |
frameName:String [read-only] public function get frameName():String| frameWidth | property |
frameWidth:int [read-only] public function get frameWidth():int| frameX | property |
frameX:int [read-only] public function get frameX():int| frameY | property |
frameY:int [read-only] public function get frameY():int| graphic | property |
graphic:BitmapData [read-only] public function get graphic():BitmapData| textureName | property |
textureName:String [read-only] public function get textureName():String| TextureItem | () | Constructor |
public function TextureItem(graphic:BitmapData, textureName:String, frameName:String, frameX:int = 0, frameY:int = 0, frameWidth:int = 0, frameHeight:int = 0)graphic:BitmapData | |
textureName:String | |
frameName:String | |
frameX:int (default = 0) | |
frameY:int (default = 0) | |
frameWidth:int (default = 0) | |
frameHeight:int (default = 0) |