LeviLamina
Loading...
Searching...
No Matches
ScriptCameraSetRotationOptions.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec2.h"
7#include "mc/deps/core/math/Vec3.h"
8#include "mc/scripting/modules/minecraft/options/ScriptEaseOptions.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace Scripting { struct InterfaceBinding; }
13// clang-format on
14
15namespace ScriptModuleMinecraft {
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 8, ::Vec2> mRotation;
22 ::ll::TypedStorage<4, 16, ::std::optional<::Vec3>> mLocation;
23 ::ll::TypedStorage<4, 20, ::std::optional<::ScriptModuleMinecraft::ScriptEaseOptions>> mEaseOptions;
24 // NOLINTEND
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI bool operator==(::ScriptModuleMinecraft::ScriptCameraSetRotationOptions const& other) const;
30 // NOLINTEND
31
32public:
33 // static functions
34 // NOLINTBEGIN
35 MCAPI static ::Scripting::InterfaceBinding bind();
36 // NOLINTEND
37};
38
39} // namespace ScriptModuleMinecraft
Definition ScriptCameraSetRotationOptions.h:17
Definition InterfaceBinding.h:16