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

CoreObject Property Expression Feature #1097

Open
yuto-trd opened this issue Sep 29, 2024 · 1 comment
Open

CoreObject Property Expression Feature #1097

yuto-trd opened this issue Sep 29, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@yuto-trd
Copy link
Member

Is your feature request related to a problem? Please describe.

Add the ability to set the following expressions for CoreObject properties.

Example: sin(45deg), parent(Scene).width

Describe the solution you'd like

Computation Timing
The computation timing is undecided, but here are two potential options:

  • Recalculate when the dependent properties change.
  • Evaluate every frame.

Integration with Animation
I would like to integrate the existing animation functionality with the new property expression feature.

Describe alternatives you've considered

No response

Additional context

No response

@yuto-trd yuto-trd added the enhancement New feature or request label Sep 29, 2024
@yuto-trd
Copy link
Member Author

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

No branches or pull requests

1 participant