LeviLamina
Loading...
Searching...
No Matches
UITextureInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Json { class Value; }
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 UITextureInfo& operator=(UITextureInfo const&);
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCNAPI bool _loadAseprite(::Json::Value const& value);
31
32 MCNAPI void _loadNineslice(::Json::Value const& value);
33 // NOLINTEND
34};
Definition Value.h:16
Definition UITextureInfo.h:10
MCAPI void _loadNineslice(::Json::Value const &value)
MCAPI bool _loadAseprite(::Json::Value const &value)
Definition _HeaderOutputPredefine.h:273