Finer grained expressions instead of modifiers #236
Labels
A - expressions
Change related to the Expression API
A - modifiers
Change related to modifiers
C - breaking change
A breaking API or behavior change
C - enhancement
New feature or request
Describe the solution you'd like
As discussed on Discord having things like
SetPositionSphereModifier
andSetVelocitySphereModifier
is restrictive, compared to having a "sphere" expression that you can plug intoSetAttribute
.Describe why you want that solution. Is this related to a problem?
This reduces the maintenance burden and opens up new customizing, at the expense of a bit more setup complexity. But the Expression API is not particularly concise nor high level, and the goal is eventually for the Graph API to be the higher level entry point anyway.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: