#include <animationSurface.h>
Public Member Functions | |
CellInformation (int index, unsigned long ticks, char align=0) | |
セル情報を指定してオブジェクトを生成 | |
Public Attributes | |
int | index |
unsigned long | ticks |
char | align |
VXV::Grid | offset |
Definition at line 27 of file animationSurface.h.
AnimationSurface::CellInformation::CellInformation | ( | int | index, | |
unsigned long | ticks, | |||
char | align = 0 | |||
) | [inline] |
セル情報を指定してオブジェクトを生成
index | [i] 描画に使用するインデックス番号 | |
ticks | [i] 描画時間 | |
align | [i] セルのアニメーションサーフェスにおける描画場所を指定 |
Definition at line 38 of file animationSurface.h.
表示中のセル番号
Definition at line 41 of file animationSurface.h.
unsigned long AnimationSurface::CellInformation::ticks |
時刻
Definition at line 42 of file animationSurface.h.
位置揃え
Definition at line 43 of file animationSurface.h.
オフセット
Definition at line 45 of file animationSurface.h.