public static class ModularSDFCodeGenerator.SimulationFiringFunction
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Actor |
actor
The actor that fires.
|
int |
functionIndex
The index of the firing function of the actor.
|
| Constructor and Description |
|---|
SimulationFiringFunction(Actor actor,
int index)
Constructor.
|
public Actor actor
public int functionIndex
SimulationFiringFunction(Actor actor, int index)
actor - The actor that fires.index - The index of the firing function of the actor.