2using System.Collections.Generic;
18 List<InteractableClass> interactables,
19 Action onStepSkipped =
null
22 Debug.Log(
"HighlightObject : IStep");
24 foreach (var item
in interactables)
Highlight on objects function.
Action OnFunctionFinished
void StartStep(StepItem stepItem, StepFunction function, List< InteractableClass > interactables, Action onStepSkipped=null)
void FunctionFinished()
Called to end current step and start a next one.
Basic interface of functions. (Please note that iStep is a wrong name)