Tooltip Attribute
Last updated
Last updated
Set a helpful tooltip message to show in the editor.
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Field)] public class TooltipAttribute :
Namespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
See Also: Inherited members from .
Set a helpful tooltip message to show in the editor.
SyntaxParameters
tooltip
Documentation for this section has not yet been entered.
Remarks
Example
C# Example
RequirementsNamespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
The string to display
SyntaxValue
Documentation for this section has not yet been entered.
RemarksDocumentation for this section has not yet been entered.
RequirementsNamespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
public TooltipAttribute ( tooltip)
public Value { get; }