12 entt::meta_factory<layer_mask>{}
13 .type(
"layer_mask"_hs)
18 .data<nullptr, &layer_mask::mask>(
"mask"_hs)
27 try_save(ar, ser20::make_nvp(
"mask", obj.mask));
34 try_load(ar, ser20::make_nvp(
"mask", obj.mask));
attributes::value_type attribute
std::map< std::string, meta_any > attributes
BinaryInputArchive iarchive_binary_t
simd::JSONOutputArchive oarchive_associative_t
BinaryOutputArchive oarchive_binary_t
simd::JSONInputArchive iarchive_associative_t
#define SAVE_INSTANTIATE(cls, Archive)
auto try_save(Archive &ar, ser20::NameValuePair< T > &&t, const hpp::source_location &loc=hpp::source_location::current()) -> bool
#define LOAD_INSTANTIATE(cls, Archive)
auto try_load(Archive &ar, ser20::NameValuePair< T > &&t, const hpp::source_location &loc=hpp::source_location::current()) -> bool