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

ButtonAttribute.cs declarations

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

Source snapshot ad0983d00d77.

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

Source file hash: sha256:0bba27d4d03171311ab97713101855beaee5e8c44b8980bccfb75b1645355467

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

Original lines: 9-21

Declaration hash: sha256:d280bfd2798056b44d69135228e247af791eb3f40a7ca7145d74438767efb646

C#
[AttributeUsage(AttributeTargets.Method)]
public class ButtonAttribute : Attribute
{
}

Original lines: 13

Declaration hash: sha256:bc5b0992cf0a07af2fbf04b51acaa68f4100b4f2dc95d38d0722599dc8e00677

C#
public string Name { get; }

Original lines: 17-20

Declaration hash: sha256:9bb48bdf90c404bb8c27af3d95908c3a73eb643cb3fccc67c8c849aca612e7ba

C#
public ButtonAttribute(string name = null);
Full-size image