Vixen
c7401864
csharp
public enum ParallelFinishMode

What a Parallel does when its main task finishes.

Read the guide page for this →

Fields and properties (2)

  • Immediate

    Abort the background branch at once and finish with the main task's result.

  • Delayed

    Let 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