We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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_behavior
draw
Let's face it, behaviors are modes, and add_behavior is called on each draw.
Maybe there should also be init, destroy, enable, disable
init
destroy
enable
disable
The text was updated successfully, but these errors were encountered:
Currently implementing disabled in tip mode - fetchable boolean form seems better.
disabled
Sorry, something went wrong.
mode -> behavior add_behavior -> draw remove_behavior -> remove
all should be backward-compatible, with deprecation warnings (mostly for practice)
5b0482b
No branches or pull requests
Let's face it, behaviors are modes, and
add_behavior
is called on each draw.Maybe there should also be
init
,destroy
,enable
,disable
The text was updated successfully, but these errors were encountered: