C# Class SelectableList, NanoGUI

Inheritance: SelectableItem
Afficher le fichier Open project: hxflyer/NanoGUI Class Usage Examples

Protected Properties

Свойство Type Description
_itemAry List
_lastSelectedItem SelectableItem,
_selectedItem SelectableItem,

Méthodes publiques

Méthode Description
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

Method Details

SelectableList() public méthode

public SelectableList ( ) : System.Collections
Résultat System.Collections

SelectableList() public méthode

public SelectableList ( Texture texture, float textureWidth, float textureHeight ) : System.Collections
texture Texture
textureWidth float
textureHeight float
Résultat System.Collections

SelectableList() public méthode

public SelectableList ( Texture2D texture ) : System.Collections
texture UnityEngine.Texture2D
Résultat System.Collections

addItem() public méthode

public addItem ( SelectableItem, item ) : void
item SelectableItem,
Résultat void

addItemAt() public méthode

public addItemAt ( SelectableItem, item, int index ) : void
item SelectableItem,
index int
Résultat void

removeAllItems() public méthode

public removeAllItems ( ) : void
Résultat void

removeItem() public méthode

public removeItem ( SelectableItem, item ) : void
item SelectableItem,
Résultat void

removeItemAt() public méthode

public removeItemAt ( int itemIndex ) : void
itemIndex int
Résultat void

selectItem() public méthode

public selectItem ( SelectableItem, item ) : void
item SelectableItem,
Résultat void

selectItemByIndex() public méthode

public selectItemByIndex ( int index ) : void
index int
Résultat void

unselectItem() public méthode

public unselectItem ( ) : void
Résultat void

Property Details

_itemAry protected_oe property

protected List _itemAry
Résultat List

_lastSelectedItem protected_oe property

protected SelectableItem, _lastSelectedItem
Résultat SelectableItem,

_selectedItem protected_oe property

protected SelectableItem, _selectedItem
Résultat SelectableItem,