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

GameCommandAttribute.cs declarations

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

Source snapshot ad0983d00d77.

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

Source file hash: sha256:0a26ecee62ab43abb8d8a7ac4b6a3aa40de1e22ebbfb68cd400fd43dd0f52cf2

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

Original lines: 20-56

Declaration hash: sha256:4c33cbafbe532b99b6f96c0e6b43ee5600b1b3fa2d2a55c8ee3f530ddec45897

C#
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public sealed class GameCommandAttribute : 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; }

Original lines: 33-36

Declaration hash: sha256:5f41b9202ddb31e08ed5aae2c25825d3921340d07f86143ee00ec56ee7e0bd91

C#
public GameCommandAttribute();

Original lines: 44-55

Declaration hash: sha256:25b4ff85febecdbbc0eb47b9fcac67e6975249f563c7f607e8533f4e353ebf53

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