Type Alias ParticleAttributeName
ParticleAttributeName:
| "stable-id"
| "generation"
| "alive"
| "age"
| "lifetime"
| "normalized-age"
| "position"
| "previous-position"
| "spawn-position"
| "velocity"
| "size"
| "base-size"
| "rotation"
| "base-rotation"
| "color"
| "base-color"
| "sprite-frame"
| "mass"
| "noise-offset"
| "collision-state"
| "mesh-index"
| "ribbon-id"
| `custom:${string}`
Typed particle attributes allocated only when a module or renderer consumes them.