Instance Methodmigueldeicaza.swiftgodot 0.45.0SwiftGodot
setDelay(_:)
Sets the time in seconds after which the MethodTweener
will start interpolating. By default there’s no delay.
final func setDelay(_ delay: Double) -> MethodTweener?
Other members in extension
Type members
Instance members
func setEase(Tween.EaseType
) -> MethodTweener? Sets the type of used easing from
Tween.EaseType
. If not set, the default easing is used from theTween
that contains this Tweener.func setTrans(Tween.TransitionType
) -> MethodTweener? Sets the type of used transition from
Tween.TransitionType
. If not set, the default transition is used from theTween
that contains this Tweener.