Interface ITooltip
Decorates classes which can specify tool tip information
Namespace: Unity.Labs.EditorXR.Interfaces
Syntax
public interface ITooltip
Properties
tooltipText
The text to display on hover
Declaration
string tooltipText { get; }
Property Value
| Type | Description |
|---|---|
| String |