2using System.Collections.Generic;
17 Debug.Log(
"TurnOffHighlightObject : IStep");
19 if (interactables !=
null)
21 foreach (var item
in interactables)
23 item.Highlight(
false);
24 item.TurnOffWaitForSelection();
TurnOnOFF (false) method call and highlight off on interactable objects function.
void FunctionFinished()
Called to end current step and start a next one.
void StartStep(StepItem stepItem, StepFunction function, List< InteractableClass > interactables=null, Action onStepSkipped=null)
Action OnFunctionFinished
Basic interface of functions. (Please note that iStep is a wrong name)