Свойство | Тип | Описание | |
---|---|---|---|
FrameList | List | ||
LayerList | List |
Метод | Описание | |
---|---|---|
CharacterProc ( CharacterProcessor cp ) : void | ||
FontProc ( FontProcessor fd ) : void | ||
GetFrame ( int idx ) : Frame |
Gets a frame. If the frame doesn't exist, the timeline will be extended to make it exist.
|
|
GetFreeLayer ( |
||
GetLayer ( int depth ) : |
||
GetLayerIndex ( |
||
Instantiate ( int frameNum, |
||
RemoveInstance ( string name ) : bool |
public CharacterProc ( CharacterProcessor cp ) : void | ||
cp | CharacterProcessor | |
Результат | void |
public FontProc ( FontProcessor fd ) : void | ||
fd | FontProcessor | |
Результат | void |
public GetFrame ( int idx ) : Frame | ||
idx | int | 1-based frame index. |
Результат | Frame |
public GetFreeLayer ( |
||
position | ||
Результат |
public GetLayerIndex ( |
||
layer | ||
Результат | int |
public Instantiate ( int frameNum, |
||
frameNum | int | |
sprite | ||
layering | ||
position | ||
instanceName | string | |
qClassName | string | |
Результат | void |
public RemoveInstance ( string name ) : bool | ||
name | string | |
Результат | bool |