| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 143a9156cfcafe885cfbf27aa9ecb9ad765dc7f1..ac736ad56558e5de24f811c85418e25eea8399e7 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -4839,6 +4839,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": [
|
|
|