Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ToggleButtonGroupStatePropertiesAttribute(bool, bool, int)

Defines how the toggle button group will be initialized.
Read time 1 minuteLast updated 12 days ago

Definition

public ToggleButtonGroupStatePropertiesAttribute(bool allowMultipleSelection = true, bool allowEmptySelection = true, int length = -1)

Parameters

allowMultipleSelection

If multiple buttons can be selected.

allowEmptySelection

If an empty selection is possible.

length

The length of the group.