Class ComponentTooltipAttribute
Used to define the tooltip of a MARS Component.
Namespace: Unity.MARS.Attributes
Syntax
[AttributeUsage(AttributeTargets.Class)]
[MovedFrom("Unity.MARS")]
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 |