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

CommandHost.cs declarations

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

Source snapshot ad0983d00d77.

Original file: ../bitquirky-command/Runtime/CommandHost.cs

Source file hash: sha256:96b334758fe818cc7cd86969c8541d83c8d4abb1a496d6aa3b416dc9e07aa6a9

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

Original lines: 23-52

Declaration hash: sha256:a4dfda28c18d15ae79923f7c5ca81d57ae741efbea68460926c7de74b6176044

C#
public sealed class CommandHost : MonoBehaviour
{
}

Original lines: 29

Declaration hash: sha256:5bd207759e1ac402faae852ec5128b4bea856e266bc8a774f2a43629c01c67d9

C#
public CommandRegistry Registry { get; }

Original lines: 32-35

Declaration hash: sha256:020e32487e4420c931f8ede2c94ceb51252e185b801607177c12e992d80abb17

C#
public void Register(object target);

Original lines: 38-42

Declaration hash: sha256:70b86c88e874a31333a75d6159115d967c7952346a83c69e4ab1cf0c4a34545c

C#
public Task<string> ExecuteAsync(string commandLine);
Full-size image