C# Class UnityEngine.UI.ToggleGroup

Inheritance: UnityEngine.EventSystems.UIBehaviour
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
ActiveToggles ( ) : IEnumerable

Returns the toggles in this group that are active.

Méthodes protégées

Méthode Description
ToggleGroup ( ) : System

Method Details

ActiveToggles() public méthode

Returns the toggles in this group that are active.

public ActiveToggles ( ) : IEnumerable
Résultat IEnumerable

ToggleGroup() protected méthode

protected ToggleGroup ( ) : System
Résultat System