Interface ISimpleModeTab
Interface ISimpleModeTab
Namespace: UnityEditor.Industrial.Configuring.UI
Syntax
public interface ISimpleModeTab
Properties
Advanced
Gets a value indicating whether this ISimpleModeTab is advanced.
Declaration
bool Advanced { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
ButtonUssName
Gets the name of the button uss.
Declaration
string ButtonUssName { get; }
Property Value
Type | Description |
---|---|
String | The name of the button uss. |
Description
Gets the description.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
String | The description. |
Icon
Gets the icon.
Declaration
string Icon { get; }
Property Value
Type | Description |
---|---|
String | The icon. |
IconUssName
Gets the name of the icon uss.
Declaration
string IconUssName { get; }
Property Value
Type | Description |
---|---|
String | The name of the icon uss. |
Name
Gets the name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String | The name. |