Skip to content

ActionData - SetSpeed

Set speed action parameters

Attributes

Name Data Type Description
speed number The speed to be set

Example

TypeScript
1
2
3
4
5
6
{
  "type": ActionType.SetSpeed,
  "data": {
    "speed": 0.4
  }
}