Property | Type | Description | |
---|---|---|---|
custom_skin | GUISkin | ||
custom_skin_flag | bool | ||
lastSelectedIndex | int |
Method | Description | |
---|---|---|
AddItem ( System c_ItemLabel ) : int | ||
AddItem ( System c_ItemLabel, int c_ItemH ) : int | ||
AddItem ( |
||
AddItem ( |
||
GetSelectedID ( ) : int | ||
InsertItem ( int insertPos, System c_ItemLabel ) : int | ||
InsertItem ( int insertPos, System c_ItemLabel, int c_ItemH ) : int | ||
InsertItem ( int insertPos, |
||
InsertItem ( int insertPos, |
||
ListBox ( Rect c_drawRect, Rect c_visibleRect ) : System.Collections | ||
ListBox ( Rect c_drawRect, Rect c_visibleRect, |
||
ListBox ( Rect c_drawRect, Rect c_visibleRect, bool c_horScrollV, bool c_vertScrollV ) : System.Collections | ||
ListBox ( Rect c_drawRect, Rect c_visibleRect, bool c_horScrollV, bool c_vertScrollV, |
||
ReDraw ( ) : bool | ||
RemoveItem ( int iIndex ) : bool |
public AddItem ( System c_ItemLabel, int c_ItemH ) : int | ||
c_ItemLabel | System | |
c_ItemH | int | |
return | int |
public AddItem ( |
||
c_ItemIcon | ||
return | int |
public AddItem ( |
||
c_ItemIcon | ||
c_ItemH | int | |
return | int |
public InsertItem ( int insertPos, System c_ItemLabel ) : int | ||
insertPos | int | |
c_ItemLabel | System | |
return | int |
public InsertItem ( int insertPos, System c_ItemLabel, int c_ItemH ) : int | ||
insertPos | int | |
c_ItemLabel | System | |
c_ItemH | int | |
return | int |
public InsertItem ( int insertPos, |
||
insertPos | int | |
c_ItemIcon | ||
return | int |
public InsertItem ( int insertPos, |
||
insertPos | int | |
c_ItemIcon | ||
c_ItemH | int | |
return | int |
public ListBox ( Rect c_drawRect, Rect c_visibleRect ) : System.Collections | ||
c_drawRect | Rect | |
c_visibleRect | Rect | |
return | System.Collections |
public ListBox ( Rect c_drawRect, Rect c_visibleRect, |
||
c_drawRect | Rect | |
c_visibleRect | Rect | |
c_custom_skin | ||
return | System.Collections |
public ListBox ( Rect c_drawRect, Rect c_visibleRect, bool c_horScrollV, bool c_vertScrollV ) : System.Collections | ||
c_drawRect | Rect | |
c_visibleRect | Rect | |
c_horScrollV | bool | |
c_vertScrollV | bool | |
return | System.Collections |
public ListBox ( Rect c_drawRect, Rect c_visibleRect, bool c_horScrollV, bool c_vertScrollV, |
||
c_drawRect | Rect | |
c_visibleRect | Rect | |
c_horScrollV | bool | |
c_vertScrollV | bool | |
c_custom_skin | ||
return | System.Collections |