Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to select multiple toggles at once in unity

public void MyToggles()
{
     if (ToggleOptions > 2)
     {
     //code to uncheck the last checked item
     }
}

public void ToggleOptions()
{
//code here to group together your toggles
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #select #multiple #toggles #unity
ADD COMMENT
Topic
Name
1+1 =