DecisionRunType

Description

Enum describing how the decision should run its actions.

public enum InitialPrefabs.DaniAI.DecisionRunType
    : Enum, IComparable, IFormattable, IConvertible

Enum

Value Name Summary
0 Sequential All actions are placed in the order that they are presented in the decision.
1 Random One action will be randomly selected to run.
2 Concurrent All actions are run at the same time.