Replies: 2 comments 4 replies
|
The proposed API is as follows: add a WithLink method to the Builder and specify the behavior with an enum called LinkBehaviour. This internally uses the MotionHandleLinker component. LMotion.Create(0f, 1f, 10f)
.WithLink(gameObject, LinkBehaviour.CancelOnDisable)
.BindToPositionX(transform); |
3 replies
|
Isn't ’Discussions’ the best place to talk about this? |
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.
Since AddTo is only for OnDestory, it cannot handle complex requirements; a feature like DOTween's SetLink may be needed.
All reactions