Class ComponentTooltipAttribute
Used to define the tooltip of a MARS Component.
Namespace: Unity.MARS
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class ComponentTooltipAttribute : Attribute, _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 |