Class HelpBoxAttribute
Inheritance
System.Object
HelpBoxAttribute
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public class HelpBoxAttribute : PropertyAttribute
Constructors
HelpBoxAttribute(String, MessageType)
Adds a HelpBox to the Unity property inspector above this field.
Declaration
public HelpBoxAttribute(string text, MessageType type = MessageType.Info)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | text | The help text to be displayed in the HelpBox. |
| MessageType | type | The icon to be displayed in the HelpBox. |
Fields
Text
Declaration
public readonly string Text
Field Value
| Type | Description |
|---|---|
| System.String |
Type
Declaration
public readonly MessageType Type
Field Value
| Type | Description |
|---|---|
| MessageType |