You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What problem does this solve or what need does it fill?
You cannot index specific elements in tuples.
What solution would you like?
Add the ability to index specific elements in tuples.
This is a bit difficult due to Expression::Member only taking in identifiers. We would have to split the String type to support more types of indexing. Bevy Reflect's Access type could help with this, but it will be private until bevyengine/bevy#11029 gets merged. So in the meantime we will have to use our own type.
The text was updated successfully, but these errors were encountered:
doonv
added
S-Blocked
This cannot more forward until something else changes
and removed
S-Blocked
This cannot more forward until something else changes
labels
Jan 18, 2024
What problem does this solve or what need does it fill?
You cannot index specific elements in tuples.
What solution would you like?
Add the ability to index specific elements in tuples.
This is a bit difficult due to
Expression::Member
only taking in identifiers. We would have to split theString
type to support more types of indexing. Bevy Reflect'sAccess
type could help with this, but it will be private until bevyengine/bevy#11029 gets merged. So in the meantime we will have to use our own type.The text was updated successfully, but these errors were encountered: