Class WaitForAll
Activates its child when all parents have started this node. It cannot restart until the child's subgraph has ended.
Assembly: Unity.Muse.Behavior.dll
Syntax
[Serializable]
[NodeDescription("Wait For All", "Activates its child when all parents have started this node. It cannot restart until the child's subgraph has ended.", "", "Icons/parallel_all", "Flow/Parallel Execution", "848efe0dcb174f6aa79c7bfac31028fe", typeof(JoinNodeModel), "C:\\temp\\com.unity.muse.behavior@0.9\\Packages\\com.unity.muse.behavior\\Runtime\\Execution\\Nodes\\Joins\\ParallelWait.cs")]
public class WaitForAll : Join
Methods
OnEnd()
Declaration
protected override void OnEnd()
Overrides
OnStart()
Declaration
protected override Node.Status OnStart()
Returns
Overrides
OnUpdate()
Declaration
protected override Node.Status OnUpdate()
Returns
Overrides
ResetStatus()
Declaration
protected override void ResetStatus()
Overrides