LeviLamina
Loading...
Searching...
No Matches
TextureAtlasItem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 32, ::std::string> mName;
15 ::ll::TypedStorage<4, 4, int> mParsedNodeIndex;
16 ::ll::TypedStorage<8, 24, ::std::vector<::std::vector<::TextureUVCoordinateSet>>> mTextureUVs;
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
22
23public:
24 // member functions
25 // NOLINTBEGIN
27
28 MCNAPI ::TextureAtlasItem& operator=(::TextureAtlasItem const&);
29
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36 MCNAPI void* $ctor(::TextureAtlasItem const&);
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCNAPI void $dtor();
43 // NOLINTEND
44};
Definition TextureAtlasItem.h:10
MCAPI void $dtor()
MCAPI TextureAtlasItem(::TextureAtlasItem const &)
MCAPI ~TextureAtlasItem()
MCAPI void * $ctor(::TextureAtlasItem const &)
MCAPI::TextureAtlasItem & operator=(::TextureAtlasItem const &)
Definition TextureUVCoordinateSet.h:10