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

TabGroupAttribute.cs declarations

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

Source snapshot ad0983d00d77.

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

Source file hash: sha256:14f471b4e284a353a39a26581f8da2b4c4228790a5ed8b87e65290c88fc39371

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

Original lines: 9-25

Declaration hash: sha256:e0deacc31492c126e4ef1810e7f2dbf66ef59b6ca667cca3f4552601b34641b7

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

Original lines: 13

Declaration hash: sha256:27ddbc90a3c40365fa18591065541ebe8fee76de9f45b4b0f938a40423b6ce11

C#
public string Group { get; }

Original lines: 15

Declaration hash: sha256:6fb14610bc7c4b55b80491ee489958fa2107ee11d5f3a9adbea21f7772e27e72

C#
public string Tab { get; }

Method: TabGroupAttribute(string group, string tab)

Section titled “Method: TabGroupAttribute(string group, string tab)”

Original lines: 20-24

Declaration hash: sha256:fb41da97470a56c1fd5e9c564d1605302feddf8823e3e5758d0a490c675d305d

C#
public TabGroupAttribute(string group, string tab);
Full-size image