diff options
author | Silc Renew <tokage.it.lab@gmail.com> | 2022-08-25 18:41:45 +0900 |
---|---|---|
committer | Silc Renew <tokage.it.lab@gmail.com> | 2022-08-26 06:49:09 +0900 |
commit | d96cc7450a37f8b2ce04070c4091152ca885be5d (patch) | |
tree | 17927b473e6f826f8f4b2338769f81c0140ddc14 /doc/classes | |
parent | a8476c04f457a3fd3eecf32cc8fbd86381ac0826 (diff) |
Make Cubic to CubicInTime and reduce items in the track intrp type
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Animation.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/classes/Animation.xml b/doc/classes/Animation.xml index faa9ae3569..8b97fda4d3 100644 --- a/doc/classes/Animation.xml +++ b/doc/classes/Animation.xml @@ -600,9 +600,6 @@ <constant name="INTERPOLATION_CUBIC" value="2" enum="InterpolationType"> Cubic interpolation. </constant> - <constant name="INTERPOLATION_CUBIC_IN_TIME" value="3" enum="InterpolationType"> - Cubic interpolation with uniformed time. - </constant> <constant name="UPDATE_CONTINUOUS" value="0" enum="UpdateMode"> Update between keyframes. </constant> |