Class InspectorLabelAttribute
Inheritance
InspectorLabelAttribute
Syntax
[AttributeUsage(AttributeTargets.All, AllowMultiple = false, Inherited = true)]
public sealed class InspectorLabelAttribute : Attribute, _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