-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
There are bitflags like Avian's TrimeshFlags. These come in as integer types in the best case scenario (until upstream Reflection potentially supports more information).
In these cases, you can use a struct of bool fields combined with a component hook.
In Blender, the UI will be a set of checkboxes, and in Bevy the on_add hook is responsible for combining these into the the actual values (for example: TrimeshFromMeshWithConfig

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels