public class SimpleNode extends ValueNode
DEFAULT_INPUT
Constructor and Description |
---|
SimpleNode() |
Modifier and Type | Method and Description |
---|---|
float |
calculateValue(long frameTimeNanos)
This node should calculate and set a new value based on frame time and its parents (the nodes
it depends on).
|
public float calculateValue(long frameTimeNanos)
ValueNode
calculateValue
in class ValueNode