| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 879b384a1eacd5bf6133abea0824e4f59df06cbf..322893eb32aa0cba41d8d431bc219ed12c913e7e 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -4838,6 +4838,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": [
|
|
|