csharp
public enum ParallelFinishModeWhat a Parallel does when its main task finishes.
Fields and properties (2)
ImmediateAbort the background branch at once and finish with the main task's result.
DelayedLet the background branch finish what it is doing first.
Used by (8)
- BehaviorNodeVixen.Ai
- BehaviorNodeDefinitionVixen.Ai
- BehaviorNodeSchemaVixen.Ai
- BehaviorTreeVixen.Ai
- BehaviorTreeCompilerTestsVixen.Ai.Tests
- BehaviorTreeCompositeTestsVixen.Ai.Tests
- BehaviorTreeInstanceVixen.Ai
- BuildStateVixen.Ai