Property SessionAnchors
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.
Declaration
CompositeDisposable SessionAnchors { get; }
Property Value
Type | Description |
---|---|
CompositeDisposable | The disposable resources for the current session. |