ButtonAttribute.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Attributes/ButtonAttribute.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: ButtonAttribute
Section titled “Type: ButtonAttribute”Original lines: 9-21
Declaration hash: sha256:d280bfd2798056b44d69135228e247af791eb3f40a7ca7145d74438767efb646
[AttributeUsage(AttributeTargets.Method)]public class ButtonAttribute : Attribute{}Property: Name
Section titled “Property: Name”Original lines: 13
Declaration hash: sha256:bc5b0992cf0a07af2fbf04b51acaa68f4100b4f2dc95d38d0722599dc8e00677
public string Name { get; }Method: ButtonAttribute(string name)
Section titled “Method: ButtonAttribute(string name)”Original lines: 17-20
Declaration hash: sha256:9bb48bdf90c404bb8c27af3d95908c3a73eb643cb3fccc67c8c849aca612e7ba
public ButtonAttribute(string name = null);