2using System.Collections.Generic;
16 foreach (var item
in interactables)
18 item.TurnOnOffState(
true);
TurnOnOff (On) method call function. This is often used to include the initial state of an object.
void FunctionFinished()
Called to end current step and start a next one.
void StartStep(StepItem stepItem, StepFunction function, List< InteractableClass > interactables, Action onStepSkipped=null)
Action OnFunctionFinished
Basic interface of functions. (Please note that iStep is a wrong name)