Frame
ase.Frame (Class)
Static Members
Parse bytes to create a new frame
Name |
Type |
Default |
Description |
bytes |
haxe.io.Bytes |
|
bytes to parse |
ase |
Ase |
(optional) |
(optional) ase.Ase instance to attach the frame to |
Instance Members
Frame size in bytes
Access a cel at specific layer
Name |
Type |
Default |
Description |
layerIndex |
Int |
|
Index of the layer |
replace |
Cel |
(optional) |
Place this cel at a specific layer |
createCel(layerIndex: Int, width: Int, height: Int, ?xPosition: Int, ?yPosition: Int): Cel
Create Cel
Name |
Type |
Default |
Description |
layerIndex |
Int |
|
Index of the layer to create new cel on |
width |
Int |
|
Cel width |
height |
Int |
|
Cel height |
xPosition |
Int |
(optional) |
Cel x position |
yPosition |
Int |
(optional) |
Cel y position |
linkCel(layerIndex: Int, frameIndex: Int): Cel
Create a linked cel
Name |
Type |
Description |
layerIndex |
Int |
@param frameIndex |
frameIndex |
Int |
|
Private Members