Returns a stable array of all actuators in the model with their IDs, names, and ranges.Documentation Index
Fetch the complete documentation index at: https://dadd.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Signature
Usage
Return Value
| Field | Type | Description |
|---|---|---|
id | number | Actuator index in the model |
name | string | Actuator name from MJCF |
range | [number, number] | Control range [min, max] |
Notes
- The array is recomputed only when the model changes (e.g., after
loadScene()) - Returns a stable reference — safe to use in dependency arrays
- For reading/writing individual actuator values, see
useCtrl