SimulationTickFunction.evaluate
simulation.SimulationTickFunction.evaluate(tick)
Implement this method to provide logic for the function. Use self methods and properties to access the simulation context or defer processing to another function.
evaluate is an abstract method.
Parameters
tick: Tick
-
The simulation tick being evaluated.
Returns
ResultT
-
The result value.