public interface NodeCanFinish
SpringNode
is considered finished when its inputs are finished and the
spring is at rest. A TimingNode
is considered finished when its inputs are finished and
it's reached the end of its duration.Modifier and Type | Method and Description |
---|---|
boolean |
isFinished()
Called by framework code to determine whether a node is finished.
|
void |
onInputsFinished()
Called once the first time all of this nodes inputs have finished.
|
boolean isFinished()
void onInputsFinished()