From 060fb2d093afbf72db495db79280c2386a2dc21d Mon Sep 17 00:00:00 2001 From: Silc Renew Date: Thu, 8 Dec 2022 21:38:01 +0900 Subject: Add inspector plugin for key time edit & Change find key argument --- doc/classes/Animation.xml | 13 +++++++++++-- doc/classes/EditorSpinSlider.xml | 22 ++++++++++++++++++++++ 2 files changed, 33 insertions(+), 2 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/Animation.xml b/doc/classes/Animation.xml index d9a1f896f1..c0626dcfe4 100644 --- a/doc/classes/Animation.xml +++ b/doc/classes/Animation.xml @@ -305,9 +305,9 @@ - + - Finds the key index by time in a given track. Optionally, only find it if the exact time is given. + Finds the key index by time in a given track. Optionally, only find it if the approx/exact time is given. @@ -622,5 +622,14 @@ This flag indicates that the animation has reached the start of the animation and just after loop processed. + + Finds the nearest time key. + + + Finds only the key with approximating the time. + + + Finds only the key with matching the time. + diff --git a/doc/classes/EditorSpinSlider.xml b/doc/classes/EditorSpinSlider.xml index de105b32e1..d270d32df7 100644 --- a/doc/classes/EditorSpinSlider.xml +++ b/doc/classes/EditorSpinSlider.xml @@ -28,4 +28,26 @@ The suffix to display after the value (in a faded color). This should generally be a plural word. You may have to use an abbreviation if the suffix is too long to be displayed. + + + + Emitted when the spinner/slider is grabbed. + + + + + Emitted when the spinner/slider is ungrabbed. + + + + + Emitted when the value form gains focus. + + + + + Emitted when the value form loses focus. + + + -- cgit v1.2.3