ISequenceTask<T : Object, U : Object>
A task in a Sequence<T,U>.
Importing the class
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
Methods
Checks if this task is complete.
Return Type: boolean
Parameter | Type | Description |
---|---|---|
Parameter actor | Type T | Description The actor that is being sequenced. |
Parameter context | Type SequenceContext<T,U> | Description The context for the sequence. |
Ticks this task.
A check to isComplete
should be done before ticking!.
Parameter | Type | Description |
---|---|---|
Parameter actor | Type T | Description The actor that is being sequenced. |
Parameter context | Type SequenceContext<T,U> | Description The context for the sequence. |