LeviLamina
Loading...
Searching...
No Matches
EditorGizmoRenderer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/controls/renderers/MinecraftUICustomRenderer.h"
7
8// auto generated forward declare list
9// clang-format off
10class IClientInstance;
12class UIControl;
14class UIScene;
15// clang-format on
16
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 virtual ~EditorGizmoRenderer() /*override*/ = default;
22
23 virtual ::std::shared_ptr<::UICustomRenderer> clone() const /*override*/;
24
25 virtual bool update(::IClientInstance&, ::UIControl&, ::UIScene const&) /*override*/;
26
27 virtual void preRenderSetup(::MinecraftUIRenderContext& renderContext) /*override*/;
28
29 virtual void render(::MinecraftUIRenderContext& context, ::IClientInstance& client, ::UIControl&, int) /*override*/;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI EditorGizmoRenderer();
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCAPI void* $ctor();
42 // NOLINTEND
43
44public:
45 // virtual function thunks
46 // NOLINTBEGIN
47 MCAPI ::std::shared_ptr<::UICustomRenderer> $clone() const;
48
49 MCFOLD bool $update(::IClientInstance&, ::UIControl&, ::UIScene const&);
50
51 MCAPI void $preRenderSetup(::MinecraftUIRenderContext& renderContext);
52
53 MCAPI void $render(::MinecraftUIRenderContext& context, ::IClientInstance& client, ::UIControl&, int);
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCNAPI static void** $vftable();
60 // NOLINTEND
61};
Definition EditorGizmoRenderer.h:5
static MCAPI void ** $vftable()
Definition IClientInstance.h:5
Definition MinecraftUICustomRenderer.h:5
Definition MinecraftUIRenderContext.h:5
Definition UIControl.h:5
Definition UICustomRenderer.h:5
Definition UIScene.h:5