HelpAttribute Class

Definition

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.PropertyAttribute
HelpAttribute
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

Applies to