Class ProcessWithCoroutine
Events
onCompleted
public Action onCompleted
Properties
playing
public bool playing { get; private set; }
data
public object data { get; set; }
startStep
public StepWithCoroutine startStep { get; set; }
Constructors
ProcessWithCoroutine()
public ProcessWithCoroutine()
Methods
virtual IProcessPlayState Play()
public virtual IProcessPlayState Play()
IProcessPlayState Play(object data)
public IProcessPlayState Play(object data)
void Stop()
public void Stop()
IProcessPlayState PlayFromStep(StepWithCoroutine step)
public IProcessPlayState PlayFromStep(StepWithCoroutine step)