C# Class GUIRadioGroup, tf_client

Afficher le fichier Open project: wids-eria/tf_client Class Usage Examples

Protected Properties

Свойство Type Description
items List

Méthodes publiques

Méthode Description
AddItem ( ISelectable item ) : void
ClearSelection ( ) : void
GUIRadioGroup ( ) : UnityEngine
IndexOf ( ISelectable item ) : int
SetSelected ( ISelectable item ) : void

Method Details

AddItem() public méthode

public AddItem ( ISelectable item ) : void
item ISelectable
Résultat void

ClearSelection() public méthode

public ClearSelection ( ) : void
Résultat void

GUIRadioGroup() public méthode

public GUIRadioGroup ( ) : UnityEngine
Résultat UnityEngine

IndexOf() public méthode

public IndexOf ( ISelectable item ) : int
item ISelectable
Résultat int

SetSelected() public méthode

public SetSelected ( ISelectable item ) : void
item ISelectable
Résultat void

Property Details

items protected_oe property

protected List items
Résultat List