CommandArgumentBinder.cs declarations
Public API declaration excerpts from ../bitquirky-command/Runtime/CommandArgumentBinder.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-command/Runtime/CommandArgumentBinder.cs
Source file hash: sha256:4571f529d34210b208df3cc21c7970c833955473e67fe7852ce85b9c1ad1d8bc
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: CommandArgumentBinder
Section titled “Type: CommandArgumentBinder”Original lines: 26-206
Declaration hash: sha256:a4aa8a5404985d31e69570d882b5c7a98978d42eb413bb44fe8faad87831db6f
public static class CommandArgumentBinder{}Field: SupportedTypeSummary
Section titled “Field: SupportedTypeSummary”Original lines: 29-30
Declaration hash: sha256:c2e292dfe98f75dbc4ddbd8ca20cbfdf5bb133d175d0ba925d6c0560bf369337
public const string SupportedTypeSummary = "string, int, float, bool, enums, Vector2, Vector3, Vector2Int";Method: IsSupportedParameterType(Type type)
Section titled “Method: IsSupportedParameterType(Type type)”Original lines: 33-43
Declaration hash: sha256:68295b4c3eca89a34894120a8098345c4270d6626731aa13301f0c22fdd84ef8
public static bool IsSupportedParameterType(Type type);Method: Bind(CommandDescriptor descriptor, IReadOnlyList<string> argumentTokens)
Section titled “Method: Bind(CommandDescriptor descriptor, IReadOnlyList<string> argumentTokens)”Original lines: 46-68
Declaration hash: sha256:ab00383aa011476eb6c1febefdce64af3e96eebbbd6d103d578b2a7376e8c529
public static object[] Bind(CommandDescriptor descriptor, IReadOnlyList<string> argumentTokens);