Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OneShotEffect class #4

Open
3 tasks
audse opened this issue Jan 18, 2024 · 0 comments
Open
3 tasks

Add OneShotEffect class #4

audse opened this issue Jan 18, 2024 · 0 comments
Labels

Comments

@audse
Copy link
Contributor

audse commented Jan 18, 2024

This class should do all actions in the start or finish method, and finish after one process frame.

  • Update AttributeEffectAttributeOneShotEffect
  • Update TagEffectTagOneShotEffect
  • Can we unbind the tick method?

Constants

enum DispatchMode {
    START,
    FINISH
}

Properties

  • dispatch_mode: DispatchMode – defines whether everything runs in the start or finish method
@audse audse added the feature label Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant