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

CommandDomainAttribute.cs declarations

Public API declaration excerpts from ../bitquirky-command/Runtime/CommandDomainAttribute.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-command/Runtime/CommandDomainAttribute.cs

Source file hash: sha256:18d0bac462f19d3b6a55ab429c4ea655fe23798a2fad02561cfb53d7f12c50ec

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

Original lines: 20-48

Declaration hash: sha256:c3f28e3ee66b6e22c72256c6e428748bf216b5b6ddd85a79ddd436795195c6b6

C#
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class CommandDomainAttribute : Attribute
{
}

Original lines: 24

Declaration hash: sha256:bc5b0992cf0a07af2fbf04b51acaa68f4100b4f2dc95d38d0722599dc8e00677

C#
public string Name { get; }

Original lines: 27

Declaration hash: sha256:258a2fd0b85f04716df7b682d688056f5a51f0e8a8793e9f567179080be70ae1

C#
public string Description { get; set; }

Method: CommandDomainAttribute(string name)

Section titled “Method: CommandDomainAttribute(string name)”

Original lines: 36-47

Declaration hash: sha256:6d2fe4fc60e01eaba21654f3d41bea2563ce5b33209a0951bafcd3458131caa2

C#
public CommandDomainAttribute(string name);
Full-size image