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

IBehaviorGameObjectCommandHandler.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/GameObject/IBehaviorGameObjectCommandHandler.cs.

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Runtime/GameObject/IBehaviorGameObjectCommandHandler.cs

Source file hash: sha256:65705d56d29fa98972dd6467b2a8a6d14de189eebbfff160ccb9067a32212c5d

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

Original lines: 18-25

Declaration hash: sha256:d0c2bed6af2f3b4a5d6b4ee54b28dbbe619d5ced2679d376f48520742c90d0c9

C#
public interface IBehaviorGameObjectCommandHandler
{
}

Original lines: 21

Declaration hash: sha256:fd0478f9d6c574b3aa36739a03a0b7d869be64f9008efaacbb480d581ad41029

C#
IReadOnlyList<string> ServiceTokens { get; }

Method: Handle(in ExternalServiceCommand command)

Section titled “Method: Handle(in ExternalServiceCommand command)”

Original lines: 24

Declaration hash: sha256:f145efa63d9b4621ca55fab5948dbd3b174b0eb8b8cd857038759fe0fc22c729

C#
void Handle(in ExternalServiceCommand command);
Full-size image