ExecuteAndRemoveOrCyclePassedInstructions
Introduction
Code Example
// You can use the TimeManager's CurrentTime as default:
instructionList.ExecuteAndRemoveOrCyclePassedInstructions();
// Or you can supply your own time:
double overridingTime = 4.52f;
instructionList.ExecuteAndRemoveOrCyclePassedInstructions(overridingTime);Last updated
Was this helpful?