LeviLamina
Loading...
Searching...
No Matches
ActorTextureResourceLocations.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/resource/ResourceLocation.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 56, ::ResourceLocation> mColorLocation;
13 ::ll::TypedStorage<8, 64, ::std::optional<::ResourceLocation>> mMERSLocation;
14 ::ll::TypedStorage<8, 64, ::std::optional<::ResourceLocation>> mNormalLocation;
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
19 ActorTextureResourceLocations();
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCAPI ActorTextureResourceLocations(::ActorTextureResourceLocations const&);
25
26 MCFOLD ::ActorTextureResourceLocations& operator=(::ActorTextureResourceLocations&&);
27
28 MCFOLD ::ActorTextureResourceLocations& operator=(::ActorTextureResourceLocations const&);
29
30 MCAPI ~ActorTextureResourceLocations();
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36 MCAPI void* $ctor(::ActorTextureResourceLocations const&);
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCAPI void $dtor();
43 // NOLINTEND
44};
Definition ActorTextureResourceLocations.h:5