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

BehaviorStateMachineConditionProvider.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/Authoring/BehaviorStateMachineConditionProvider.cs.

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Runtime/Authoring/BehaviorStateMachineConditionProvider.cs

Source file hash: sha256:5f223c014618db6325a65599454fa5b73cf64bb8de263f9494393cbf8b2be8c8

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

Type: IBehaviorStateMachineConditionProvider

Section titled “Type: IBehaviorStateMachineConditionProvider”

Original lines: 17-23

Declaration hash: sha256:e74e5e24dfdf3faa4f080ce74c7d2ce32e9482670d5ace936515ca83ca8e8482

C#
public interface IBehaviorStateMachineConditionProvider
{
}

Method: GetConditionFieldIds(BehaviorSourceAst ast)

Section titled “Method: GetConditionFieldIds(BehaviorSourceAst ast)”

Original lines: 22

Declaration hash: sha256:efacbdf36a462f04a6ad06ee4d783996101ad5e00518fb49ffb6e381821165e0

C#
IReadOnlyList<string> GetConditionFieldIds(BehaviorSourceAst ast);
Full-size image