15 enum class Type : uint64 {
24 using SizeInfoList = ::std::unordered_map<::persona::BodySize::Type, ::persona::SizeInfo>;
30 MCAPI static ::std::_List_const_iterator<
31 ::std::_List_val<::std::_List_simple_types<::std::pair<::persona::BodySize::Type const, ::persona::SizeInfo>>>>
32 _getSizeInfoIteratorByType(::persona::BodySize::Type bodySizeType);
34 MCAPI static ::std::string getStringFromType(::persona::BodySize::Type bodySizeType);
36 MCAPI static ::std::string_view getTexturePathByType(::persona::BodySize::Type bodySizeType);
38 MCAPI static ::persona::BodySize::Type getTypeFromString(::std::string_view bodySizeStr);
40 MCAPI
static bool isValidType(::persona::BodySize::Type bodySizeType);
47 MCAPI static ::std::unordered_map<::persona::BodySize::Type, ::persona::SizeInfo>
const& mInfoList();