diff options
author | Silc Renew <tokage.it.lab@gmail.com> | 2022-07-28 17:31:23 +0900 |
---|---|---|
committer | Silc Renew <tokage.it.lab@gmail.com> | 2022-08-18 08:17:30 +0900 |
commit | 2c2e1a7736196caf6b1103901e12622c5181ccab (patch) | |
tree | a783c40984964d6e86715113ae267753c74df8f6 /doc/classes/AnimationNodeStateMachineTransition.xml | |
parent | dbd15243621ec595742b18abc4c26f3cb2e00f3d (diff) | |
download | redot-engine-2c2e1a7736196caf6b1103901e12622c5181ccab.tar.gz |
added Curve in animation node transition for better control over cros…
Co-authored-by: jeronimo-schreyer <jeronimo.schreyer@gmail.com>
Diffstat (limited to 'doc/classes/AnimationNodeStateMachineTransition.xml')
-rw-r--r-- | doc/classes/AnimationNodeStateMachineTransition.xml | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ <member name="switch_mode" type="int" setter="set_switch_mode" getter="get_switch_mode" enum="AnimationNodeStateMachineTransition.SwitchMode" default="0"> The transition type. </member> + <member name="xfade_curve" type="Curve" setter="set_xfade_curve" getter="get_xfade_curve"> + Ease curve for better control over cross-fade between this state and the next. + </member> <member name="xfade_time" type="float" setter="set_xfade_time" getter="get_xfade_time" default="0.0"> The time to cross-fade between this state and the next. </member> |