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
7
struct
TextureUVCoordinateSet
;
8
// clang-format on
9
10
class
TextureAtlasItem
{
11
public
:
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
19
public
:
20
// prevent constructor by default
21
TextureAtlasItem();
22
23
public
:
24
// member functions
25
// NOLINTBEGIN
26
MCAPI TextureAtlasItem(::TextureAtlasItem
const
&);
27
28
MCAPI ::TextureAtlasItem& operator=(::TextureAtlasItem
const
&);
29
30
MCAPI ~TextureAtlasItem();
31
// NOLINTEND
32
33
public
:
34
// constructor thunks
35
// NOLINTBEGIN
36
MCAPI
void
* $ctor(::TextureAtlasItem
const
&);
37
// NOLINTEND
38
39
public
:
40
// destructor thunk
41
// NOLINTBEGIN
42
MCAPI
void
$dtor();
43
// NOLINTEND
44
};
TextureAtlasItem
Definition
TextureAtlasItem.h:5
TextureUVCoordinateSet
Definition
TextureUVCoordinateSet.h:5
src-client
mc
client
renderer
texture
TextureAtlasItem.h
Generated on
for LeviLamina by
1.16.1