Class ICanvasTool.ToolButtonData
Tool button data
Inherited Members
Namespace: Unity.Muse.Common
Syntax
public class ToolButtonData
Fields
Icon
Icon of the Button
Declaration
public string Icon
Field Value
Type | Description |
---|---|
String |
Label
Label of the Button
Declaration
public string Label
Field Value
Type | Description |
---|---|
String |
Name
Name of the Button
Declaration
public string Name
Field Value
Type | Description |
---|---|
String |
Tooltip
Tooltip of the Button
Declaration
public string Tooltip
Field Value
Type | Description |
---|---|
String |