C# Class GUIRadioGroup, tf_client

ファイルを表示 Open project: wids-eria/tf_client Class Usage Examples

Protected Properties

Property Type Description
items List

Public Methods

Method Description
AddItem ( ISelectable item ) : void
ClearSelection ( ) : void
GUIRadioGroup ( ) : UnityEngine
IndexOf ( ISelectable item ) : int
SetSelected ( ISelectable item ) : void

Method Details

AddItem() public method

public AddItem ( ISelectable item ) : void
item ISelectable
return void

ClearSelection() public method

public ClearSelection ( ) : void
return void

GUIRadioGroup() public method

public GUIRadioGroup ( ) : UnityEngine
return UnityEngine

IndexOf() public method

public IndexOf ( ISelectable item ) : int
item ISelectable
return int

SetSelected() public method

public SetSelected ( ISelectable item ) : void
item ISelectable
return void

Property Details

items protected_oe property

protected List items
return List