列数1の複数ページに移動できる制御クラス
[詳解]
|
|
SingleColumnPageSelector
(int itemAmount, int row) |
|
void |
Initialize
(int itemAmount, int row) |
|
bool |
IsMultiPage
() |
|
void |
MoveUp
() |
|
void |
MoveDown
() |
|
void |
MoveLeft
() |
|
void |
MoveRight
() |
|
bool |
Go2TargetRow
(int targetRow) |
|
指定した行に移動する
[詳解]
|
|
bool |
Go2TargetRowNotClamp
(int targetRow) |
|
bool |
Go2TargetColumn
(int column) |
|
|
int |
ItemAmount
[get]
|
|
int |
Row
[get]
|
|
int |
Selected
[get, set]
|
|
◆
Go2TargetRow()
bool Yukar.Engine.SingleColumnPageSelector.Go2TargetRow
|
( |
int |
targetRow
|
) |
|
指定した行に移動する
- 引数
-
- 戻り値
- 要素数を超えていた場合falseを返す
このクラス詳解は次のファイルから抽出されました:
- SingleColumnPageSelector.cs