macro_rules! implement_props_data { ($type_name:ty) => { ... }; }
Expand description
Macro for implementing PropsData
.
You may prefer to use the derive macro instead, but in case of auto-implementing PropsData and Prefab traits for remote or std types, you might find this macro useful.