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

feat: make transforms deeply reactive #28

Open
Gugustinette opened this issue Oct 22, 2024 · 0 comments
Open

feat: make transforms deeply reactive #28

Gugustinette opened this issue Oct 22, 2024 · 0 comments

Comments

@Gugustinette
Copy link
Contributor

Gugustinette commented Oct 22, 2024

For now, transform are not deeply reactive, which means :

  • transform.position is reactive
  • transform.x is reactive
  • transform.position.x is not reactive

We should make it so transform is fully deeply reactive, so such things are possible :

component.transform.position.x += 1
@Gugustinette Gugustinette converted this from a draft issue Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant