GameCommandAttribute.cs declarations
Public API declaration excerpts from ../bitquirky-command/Runtime/GameCommandAttribute.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: GameCommandAttribute
Section titled “Type: GameCommandAttribute”Original lines: 20-56
Declaration hash: sha256:4c33cbafbe532b99b6f96c0e6b43ee5600b1b3fa2d2a55c8ee3f530ddec45897
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]public sealed class GameCommandAttribute : Attribute{}Property: Name
Section titled “Property: Name”Original lines: 24
Declaration hash: sha256:bc5b0992cf0a07af2fbf04b51acaa68f4100b4f2dc95d38d0722599dc8e00677
public string Name { get; }Property: Description
Section titled “Property: Description”Original lines: 27
Declaration hash: sha256:258a2fd0b85f04716df7b682d688056f5a51f0e8a8793e9f567179080be70ae1
public string Description { get; set; }Method: GameCommandAttribute()
Section titled “Method: GameCommandAttribute()”Original lines: 33-36
Declaration hash: sha256:5f41b9202ddb31e08ed5aae2c25825d3921340d07f86143ee00ec56ee7e0bd91
public GameCommandAttribute();Method: GameCommandAttribute(string name)
Section titled “Method: GameCommandAttribute(string name)”Original lines: 44-55
Declaration hash: sha256:25b4ff85febecdbbc0eb47b9fcac67e6975249f563c7f607e8533f4e353ebf53
public GameCommandAttribute(string name);