Demigiant Forum

Unity Assets => DOTween & DOTween Pro => Topic started by: abe on August 25, 2015, 11:53:36 AM

Title: Use speed instead of duration.
Post by: abe on August 25, 2015, 11:53:36 AM
Hello. Is it possible to use speed instead of duration in Dopath method?
Title: Re: Use speed instead of duration.
Post by: abe on August 25, 2015, 10:42:45 PM
Well actually we can stop tweener right after doPath method and then divide path length to speed that we want and then get duration we need to setup path. Is it possible to change duration during execution or , in this case we need to call DoPath 2 times?