| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 9dd779ed865719b35ada374853c2a411af2b5c4a..2f7e7d8cb60c94b22aba98156ca0cd2bea3441f8 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -4812,6 +4812,14 @@
|
| { "name": "delay", "type": "number", "description": "Delay of the animation." }
|
| ],
|
| "description": "Sets the timing of an animation node."
|
| + },
|
| + {
|
| + "name": "setEasing",
|
| + "parameters": [
|
| + { "name": "playerId", "type": "string", "description": "AnimationPlayer id." },
|
| + { "name": "easing", "type": "string", "description": "Easing of the animation." }
|
| + ],
|
| + "description": "Sets the easing of an animation node."
|
| }
|
| ],
|
| "events": [
|
|
|