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

BoxGroupAttribute.cs declarations

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

Source snapshot ad0983d00d77.

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

Source file hash: sha256:705ce0a9bdc4dc132cec3fe63b6a4b1d340e883c02972022667dd2ac1d60435c

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

Original lines: 10-26

Declaration hash: sha256:2b70da71dc0ef567bd684635924166c403c416a8b883b361946ce05c002e0c61

C#
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Method)]
public class BoxGroupAttribute : Attribute
{
}

Original lines: 14

Declaration hash: sha256:f8b48354fcbf977aee3f155b62783c56aaa4b7bdf549285be7d7f941671cfe65

C#
public string Title { get; }

Original lines: 16

Declaration hash: sha256:0f8d77722a6d5475c477a99ea967811aa9cbf4285520da8eeafb16c9443d89e7

C#
public bool ShowLabel { get; }

Method: BoxGroupAttribute(string title, bool showLabel)

Section titled “Method: BoxGroupAttribute(string title, bool showLabel)”

Original lines: 21-25

Declaration hash: sha256:1ea13fb83c4d40c6a337436e149e208776cdfcf65999afab02c14dd505c293e5

C#
public BoxGroupAttribute(string title, bool showLabel = true);
Full-size image