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

CommandArgumentBinder.cs declarations

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

Source snapshot ad0983d00d77.

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.

Original lines: 26-206

Declaration hash: sha256:a4aa8a5404985d31e69570d882b5c7a98978d42eb413bb44fe8faad87831db6f

C#
public static class CommandArgumentBinder
{
}

Original lines: 29-30

Declaration hash: sha256:c2e292dfe98f75dbc4ddbd8ca20cbfdf5bb133d175d0ba925d6c0560bf369337

C#
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

C#
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

C#
public static object[] Bind(CommandDescriptor descriptor, IReadOnlyList<string> argumentTokens);
Full-size image