跳到主要内容

Class RadioButtonGroup

Represents a group of radio buttons where each button corresponds to a specific value of type T.

Properties

group

public VisualElement group { get; private set; }

Methods

AddChoice(string name, T value)

public void AddChoice(string name, T value)

SetValueWithoutNotify(T value)

public override void SetValueWithoutNotify(T value)

SetValue(T value)

protected override void SetValue(T value)