godot-docs
godot-docs copied to clipboard
default SceneTreeTween.TransitionType
Your Godot version: 3.5.stable.mono Issue description: I am not 100 % sure if I can leave out Tween.TransitionType.Linear when creating a SceneTreeTween if I want its Tweeners to tween with the linear transition type. URL to the documentation page (if already existing): https://docs.godotengine.org/en/stable/classes/class_scenetreetween.html
interpolate_value()
lacks a default value for the trans_type
parameter, so the value must be specified.
I agree the set_trans()
description should mention the default transition type used though.