BehaviorStateMachineConditionProvider.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/Authoring/BehaviorStateMachineConditionProvider.cs.
Source snapshot ad0983d00d77.
On this page
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
public interface IBehaviorStateMachineConditionProvider{}Method: GetConditionFieldIds(BehaviorSourceAst ast)
Section titled “Method: GetConditionFieldIds(BehaviorSourceAst ast)”Original lines: 22
Declaration hash: sha256:efacbdf36a462f04a6ad06ee4d783996101ad5e00518fb49ffb6e381821165e0
IReadOnlyList<string> GetConditionFieldIds(BehaviorSourceAst ast);