Class InspectorLabelAttribute
Inheritance
InspectorLabelAttribute
Syntax
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Module | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Interface | AttributeTargets.Parameter | AttributeTargets.Delegate | AttributeTargets.ReturnValue | AttributeTargets.GenericParameter | 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