Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

FoldoutGroupAttribute.cs declarations

Public API declaration excerpts from ../bitquirky-core/Runtime/Attributes/FoldoutGroupAttribute.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-core/Runtime/Attributes/FoldoutGroupAttribute.cs

Source file hash: sha256:77f7f9d8ae783203923e6b17f70a1ff7eb5cb53192895713ec36048d3cdefb7e

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 9-21

Declaration hash: sha256:6569fe6a11a23c16d78c9c92a5372a4c41de1e19d9940f173edc1d6c3f5c0f55

C#
[AttributeUsage(AttributeTargets.Field)]
public class FoldoutGroupAttribute : Attribute
{
}

Original lines: 13

Declaration hash: sha256:f8b48354fcbf977aee3f155b62783c56aaa4b7bdf549285be7d7f941671cfe65

C#
public string Title { get; }

Method: FoldoutGroupAttribute(string title)

Section titled “Method: FoldoutGroupAttribute(string title)”

Original lines: 17-20

Declaration hash: sha256:04b48d43cba19705788141c928f03461be09c4a103e28427999be78be1d2dec3

C#
public FoldoutGroupAttribute(string title);
Full-size image