Interface IBehaviorTreeSession
Namespace: EyeAuras.BehaviorTree
Assembly: EyeAuras.BehaviorTree.Metadata.dll
Syntax
public interface IBehaviorTreeSession
Properties
Name | Description |
---|---|
SessionAnchors | Gets the disposable resources that are created and managed for the duration of one session of ticks, i.e., from the start to the stop of the behavior tree. This helps in managing the lifecycle of these resources and ensuring they are properly disposed of when no longer needed. |
SessionId | Gets the incremental Id of BT session. This counter is increased each time the tree is being re-started for any reason |
TickAnchors | Gets the disposable resources that are created and managed for the duration of a single tick |
TicksCount | Gets the total number of ticks (iterations) that the tree has executed. This counter is reset each time the tree is disabled for any reason. |