Class ComponentTooltipAttribute
Used to define the tooltip of a MARS Component.
Namespace: Unity.MARS.Attributes
Syntax
public class ComponentTooltipAttribute : Attribute
Constructors
ComponentTooltipAttribute(String)
Declaration
public ComponentTooltipAttribute(string tooltip)
Parameters
Type | Name | Description |
---|---|---|
String | tooltip |
Fields
tooltip
The tooltip to be displayed with the class label.
Declaration
public readonly string tooltip
Field Value
Type | Description |
---|---|
String |