| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index e11674e249baca518c6e2c93fe79765ed95feac1..96d559486a51b001a1063b7a0a64e203ebf10e0e 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -4811,6 +4811,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": [
|
|
|