Skip to content
Discussion options

You must be logged in to vote

I’m glad you’re enjoying PrimeTween!

I assume you’re looking for a way to return an “empty” or “dead” tween, right? Then you can simply write ‘return default;’ or ‘return new Tween();’, which are identical operations.

You can safely await dead tweens, but it’s not allowed to add dead tweens to a sequence.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@berkayk
Comment options

Answer selected by berkayk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants