From 2c2e1a7736196caf6b1103901e12622c5181ccab Mon Sep 17 00:00:00 2001 From: Silc Renew Date: Thu, 28 Jul 2022 17:31:23 +0900 Subject: =?UTF-8?q?added=20Curve=20in=20animation=20node=20transition=20fo?= =?UTF-8?q?r=20better=20control=20over=20cros=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: jeronimo-schreyer --- doc/classes/AnimationNodeStateMachineTransition.xml | 3 +++ doc/classes/AnimationNodeTransition.xml | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/AnimationNodeStateMachineTransition.xml b/doc/classes/AnimationNodeStateMachineTransition.xml index 0badb831de..beb259b12b 100644 --- a/doc/classes/AnimationNodeStateMachineTransition.xml +++ b/doc/classes/AnimationNodeStateMachineTransition.xml @@ -37,6 +37,9 @@ The transition type. + + Ease curve for better control over cross-fade between this state and the next. + The time to cross-fade between this state and the next. diff --git a/doc/classes/AnimationNodeTransition.xml b/doc/classes/AnimationNodeTransition.xml index a5de170ccd..d574bc044d 100644 --- a/doc/classes/AnimationNodeTransition.xml +++ b/doc/classes/AnimationNodeTransition.xml @@ -46,7 +46,9 @@ The number of available input ports for this node. - + + + Cross-fading time (in seconds) between each animation connected to the inputs. -- cgit v1.2.3