add()
Register a function to be called once every frame.
Automate.add(action)
Use setRate() to change how often that is.
Parameters
Automate.add(action)
| Parameter | Type | Default | Description |
|---|---|---|---|
action |
function |
required | The function to call; it receives no parameters. |