Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RadioButton

Creates a RadioButton with no label.
Read time 1 minuteLast updated 11 days ago

Definition

RadioButton()

Creates a RadioButton with no label.
public RadioButton()

RadioButton(string)

Creates a RadioButton with a Label and a default manipulator.
public RadioButton(string label)

Parameters

label

The Label text.

Remarks

The default manipulator makes it possible to activate the RadioButton with a left mouse click.