Class InspectorLabelAttribute
Inheritance
InspectorLabelAttribute
Assembly: Unity.VisualScripting.Core.dll
Syntax
[AttributeUsage(AttributeTargets.All, AllowMultiple = false, Inherited = true)]
public sealed class InspectorLabelAttribute : Attribute
Constructors
InspectorLabelAttribute(string)
Declaration
public InspectorLabelAttribute(string text)
Parameters
Type |
Name |
Description |
string |
text |
|
InspectorLabelAttribute(string, string)
Declaration
public InspectorLabelAttribute(string text, string tooltip)
Parameters
Properties
image
Declaration
public Texture image { get; set; }
Property Value
text
Declaration
public string text { get; }
Property Value
Declaration
public string tooltip { get; }
Property Value
Extension Methods