| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 92bb2d92a9e9099cb327e4d55c9e51894ad32ced..e2a5fba50df6946bf208bea888a4b2d8b259562b 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -4916,7 +4916,8 @@
|
| "parameters": [
|
| { "name": "playerId", "type": "string", "description": "AnimationPlayer id." },
|
| { "name": "duration", "type": "number", "description": "Duration of the animation." },
|
| - { "name": "delay", "type": "number", "description": "Delay of the animation." }
|
| + { "name": "delay", "type": "number", "description": "Delay of the animation." },
|
| + { "name": "isTransition", "type": "boolean", "description": "Whether the animation is a transition." }
|
| ],
|
| "description": "Sets the timing of an animation node."
|
| }
|
|
|