| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index c6e67c0fe39fdbcb7ce09c4cb10b36beab5a3bd8..2075791d489d6ce6e8c6cebd05ec678480f4783a 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -4945,7 +4945,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."
|
| }
|
|
|