Replies: 1 comment 1 reply
Right. Note that you can skip the
I don't think there's a simple way readily available. What I could suggest is:
Not the most user-friendly but you can do |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently testing out the
0.14-devrelease.Before I added most of the time my tweens directly on the entity with
Tracks, this now is achieved with additional entities having aTweenAnim+AnimTarget.Now the problem I have is that not clear to me how I would query to know if there are currently any tweens running for the specific entity.
Also the TweenAnim has now no more generic parameter, so how can I find out if there is currently another
Transfromtween being used on the same entity?All reactions