mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Extend Curve to allow for arbitrary domains
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
The number of enabled input ports for this animation node.
|
||||
</member>
|
||||
<member name="xfade_curve" type="Curve" setter="set_xfade_curve" getter="get_xfade_curve">
|
||||
Determines how cross-fading between animations is eased. If empty, the transition will be linear.
|
||||
Determines how cross-fading between animations is eased. If empty, the transition will be linear. Should be a unit [Curve].
|
||||
</member>
|
||||
<member name="xfade_time" type="float" setter="set_xfade_time" getter="get_xfade_time" default="0.0">
|
||||
Cross-fading time (in seconds) between each animation connected to the inputs.
|
||||
|
||||
Reference in New Issue
Block a user