[Feature] WithLink support #105
Closed
AnnulusGames
started this conversation in
Ideas
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); |
Beta Was this translation helpful? Give feedback.
3 replies
-
Isn't ’Discussions’ the best place to talk about this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since AddTo is only for OnDestory, it cannot handle complex requirements; a feature like DOTween's SetLink may be needed.
Beta Was this translation helpful? Give feedback.
All reactions