LeviLamina
Loading...
Searching...
No Matches
TextureShiftManager.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::UntypedStorage<1, 1> mUnk679b3c;
10 ::ll::UntypedStorage<8, 8> mUnkce97e6;
11 ::ll::UntypedStorage<8, 8> mUnk3b776c;
12 ::ll::UntypedStorage<8, 8> mUnk1a8f3d;
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
17 TextureShiftManager& operator=(TextureShiftManager const&);
18 TextureShiftManager(TextureShiftManager const&);
19 TextureShiftManager();
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCNAPI void reset();
25
26 MCNAPI void tickUpdate(float currentTime, uint64 ticksPassed);
27
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34 MCNAPI void $dtor();
35 // NOLINTEND
36};
Definition TextureShiftManager.h:5
MCAPI void $dtor()
MCAPI ~TextureShiftManager()
MCAPI void reset()
MCAPI void tickUpdate(float currentTime, uint64 ticksPassed)