Class FoldoutHeaderAttribute
Inherited Members
PropertyAttribute.order
PropertyAttribute.applyToCollection
Namespace: Glitch9
Assembly: Glitch9.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public class FoldoutHeaderAttribute : PropertyAttribute
Constructors
| Edit this page View SourceFoldoutHeaderAttribute(string)
Declaration
public FoldoutHeaderAttribute(string label)
Parameters
| Type | Name | Description |
|---|---|---|
| string | label |
FoldoutHeaderAttribute(string, string)
Declaration
public FoldoutHeaderAttribute(string icon, string label)
Parameters
| Type | Name | Description |
|---|---|---|
| string | icon | |
| string | label |
Fields
| Edit this page View Sourceicon
Icon file name
Declaration
public string icon
Field Value
| Type | Description |
|---|---|
| string |
label
Label for the foldable field
Declaration
public string label
Field Value
| Type | Description |
|---|---|
| string |