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

Feature Request: Resolve setters at beginning and reuse during tween #72

Open
TomByrne opened this issue May 5, 2016 · 0 comments
Open

Comments

@TomByrne
Copy link

TomByrne commented May 5, 2016

Actuate uses Reflect.setField / setProperty to set tweened values in.

This is very expensive on some targets (as Error objects are constantly allocated) and hides any errors produced within the setter.
Ideally, the GenericActuator would work out whether a property should go through a setter once at the beginning of a tween, and then either use this setter or directly set the field in an untyped manner (without a try/catch).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant