Skip to content

LMotion : OnStart Handle #227

@CengizKuscu

Description

@CengizKuscu

I want to handle OnStart like DoTween. But I don't find any solution. Is there any way to do this?

DoTween:
transform.DOMoveX(4, 1).OnStart(MyCallback);

Maybe for LitMotion:

LMotion.Create(from, to, duration).WithOnStart(() => { // Do Something On Start }).Bind(x => { // Do Something });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions