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

BehaviorRuntimeNodeExecutionStatus.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/Entities/BehaviorRuntimeNodeExecutionStatus.cs.

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Runtime/Entities/BehaviorRuntimeNodeExecutionStatus.cs

Source file hash: sha256:e1adaa989d96f68d64329d630f17467bbdb75053686a9f43aee9c5a2a911cbc0

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

Original lines: 20-27

Declaration hash: sha256:7f0c6a549baf72ba6ee1fffda3ddc451c770130fc519ee80601c04b514688835

C#
public struct BehaviorRuntimeNodeExecutionStatus : IBufferElementData
{
}

Original lines: 26

Declaration hash: sha256:7316d73af71502be7c267dbf8c565e6a40aee403519fed0684ff20265f441209

C#
public BehaviorNodeExecutionStatus Value;

Original lines: 39-43

Declaration hash: sha256:6bf35a90620fc2c23d533efad59208fe5bedab569ffdc2f3e0e69633f110c354

C#
public struct BehaviorRuntimeTimeLimitState : IBufferElementData
{
}

Original lines: 42

Declaration hash: sha256:ecbd738536c6445d932968e81cc386daf93a516b12c727f8fbb82ca93097a79e

C#
public BehaviorTimeLimitRuntimeState Value;

Original lines: 55-59

Declaration hash: sha256:68e8946ebd7e600c4bb6860afbb04fa717e24954af2687e2e3aba9257c3a938b

C#
public struct BehaviorRuntimeRepeatState : IBufferElementData
{
}

Original lines: 58

Declaration hash: sha256:c1cbbeb1c97b96fb0a5b4559786ca0d639ab0093b4b9736ae2a5b246063efcef

C#
public BehaviorRepeatRuntimeState Value;

Original lines: 70-74

Declaration hash: sha256:2869c460832f8813592e43ad4af78812819ce573345e75c3f3049bf863a557ef

C#
public struct BehaviorRuntimeActionState : IBufferElementData
{
}

Original lines: 73

Declaration hash: sha256:ec4345c457ea246c77651400248423f35438030b0a12a3150d4b3b4a604de8a5

C#
public BehaviorActionRuntimeState Value;

Original lines: 77-81

Declaration hash: sha256:71cc52b260509885d5516bf26b5525729140b5702710e33344b594824aa39a0d

C#
public struct BehaviorRuntimeSuspensionFrame : IBufferElementData
{
}

Original lines: 80

Declaration hash: sha256:b7ca5996699923ca4a84ca47fdef6bad80f825fad1e0a4c752ea85ffd7820b13

C#
public BehaviorStateSuspensionFrame Value;

Original lines: 84-88

Declaration hash: sha256:835da4c1218b217790c6debb24959e314958d0b79dcb6d482a05240b6519ed4f

C#
public struct BehaviorRuntimeSuspendedActionState : IBufferElementData
{
}

Original lines: 87

Declaration hash: sha256:ec4345c457ea246c77651400248423f35438030b0a12a3150d4b3b4a604de8a5

C#
public BehaviorActionRuntimeState Value;

Original lines: 91-95

Declaration hash: sha256:afd837e75f0b3dc3fe7a8958df4c7f212c400fe42653e8de36985ee86e022931

C#
public struct BehaviorRuntimeReferenceState : IBufferElementData
{
}

Original lines: 94

Declaration hash: sha256:4a59089c180f288186f47d131a1bc6f46867199b4e9217f7b51d2066b13b1854

C#
public BehaviorReferenceRuntimeState Value;
Full-size image