Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ToggleButtonGroupState.CreateFromOptions

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public static UIElements.ToggleButtonGroupState CreateFromOptions(IList<bool> options);

Parameters

options A list of booleans that is used to generated a ToggleButtonGroupState.

Returns

ToggleButtonGroupState a ToggleButtonGroupState created by the list of booleans.

Description

Helps generate a ToggleButtonGroupState based on a list of booleans.