C# Class UnityEngine.UI.ToggleGroup

Inheritance: UnityEngine.EventSystems.UIBehaviour
ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
ActiveToggles ( ) : IEnumerable

Returns the toggles in this group that are active.

Protected Methods

Method Description
ToggleGroup ( ) : System

Method Details

ActiveToggles() public method

Returns the toggles in this group that are active.

public ActiveToggles ( ) : IEnumerable
return IEnumerable

ToggleGroup() protected method

protected ToggleGroup ( ) : System
return System