Click or drag to resize
GameProcessThen Method
Queues the specified process to be executed right after this one.

Namespace: Slash.ECS.Processes
Assembly: Slash.ECS.Processes (in Slash.ECS.Processes.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public GameProcess Then(
	GameProcess next
)

Parameters

next
Type: Slash.ECS.ProcessesGameProcess
Process to start after this one has finished.

Return Value

Type: GameProcess
next
See Also