スプライトやイメージを2D面に表示するための管理クラス
[詳解]
|
void |
Update
() |
|
void |
Draw
(int minIndex, int maxIndex) |
|
|
readonly int |
DIALOGUE_SPRITE_A_POS_X
|
|
readonly int |
DIALOGUE_SPRITE_A_POS_Y
|
|
readonly int |
DIALOGUE_SPRITE_B_POS_X
|
|
readonly int |
DIALOGUE_SPRITE_B_POS_Y
|
|
readonly int |
DIALOGUE_SPRITE_MOVE_X
= 20 |
|
readonly int |
DIALOGUE_SPRITE_MOVE_Y
= 20 |
|
MapScene |
owner
|
|
|
const int |
SYSTEM_SPRITE_INDEX
= 1000 |
|
const int |
TELOP_SPRITE_BG
= 1020 |
|
const int |
TELOP_SPRITE_TEXT
= 1021 |
|
const int |
DIALOGUE_SPRITE_A
= 1022 |
|
const int |
DIALOGUE_SPRITE_B
= 1023 |
|
const int |
MAX_SPRITE
= 1024 |
|
スプライトやイメージを2D面に表示するための管理クラス
このクラス詳解は次のファイルから抽出されました: