메소드 |
설명 |
|
SelectableList ( ) : System.Collections |
|
|
SelectableList ( Texture texture, float textureWidth, float textureHeight ) : System.Collections |
|
|
SelectableList ( Texture2D texture ) : System.Collections |
|
|
addItem ( SelectableItem, item ) : void |
|
|
addItemAt ( SelectableItem, item, int index ) : void |
|
|
removeAllItems ( ) : void |
|
|
removeItem ( SelectableItem, item ) : void |
|
|
removeItemAt ( int itemIndex ) : void |
|
|
selectItem ( SelectableItem, item ) : void |
|
|
selectItemByIndex ( int index ) : void |
|
|
unselectItem ( ) : void |
|
|