Inheritance
System.Object
ToolbarRadio
public class ToolbarRadio : Toolbar, INotifyValueChanged<int>
Constructors
Declaration
Fields
Declaration
public static readonly string ussClassName
Field Value
| Type |
Description |
| System.String |
|
Properties
Declaration
public int radioLength { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int value { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Methods
AddRadio(String, Texture2D)
Declaration
public void AddRadio(string text = null, Texture2D icon = null)
Parameters
| Type |
Name |
Description |
| System.String |
text |
|
| Texture2D |
icon |
|
Declaration
public void AddRadios(string[] labels)
Parameters
| Type |
Name |
Description |
| System.String[] |
labels |
|
AddRadios((String text, Texture2D icon)[])
Declaration
public void AddRadios((string text, Texture2D icon)[] labels)
Parameters
| Type |
Name |
Description |
| System.ValueTuple<System.String, Texture2D>[] |
labels |
|
AddRadios(Texture2D[])
Declaration
public void AddRadios(Texture2D[] icons)
Parameters
| Type |
Name |
Description |
| Texture2D[] |
icons |
|
Declaration
public void SetValueWithoutNotify(int newValue)
Parameters
| Type |
Name |
Description |
| System.Int32 |
newValue |
|