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