HelpAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A PropertyAttribute for showing a collapsible Help section.
public ref class HelpAttribute : UnityEngine::PropertyAttribute
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)]
public class HelpAttribute : UnityEngine.PropertyAttribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)>]
type HelpAttribute = class
inherit PropertyAttribute
Public Class HelpAttribute
Inherits PropertyAttribute
- Inheritance
-
UnityEngine.PropertyAttributeHelpAttribute
- Attributes
Constructors
HelpAttribute(String, String, Boolean) |
Constructor |
Fields
Collapsible |
If true, this will be a collapsible help section. Defaults to true. |
Header |
The help header foldout text |
Text |
The help text |