LeviLamina
Loading...
Searching...
No Matches
ScriptRotationKeyFrame.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/math/Vec3.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
Scripting {
struct
InterfaceBinding
; }
11
// clang-format on
12
13
namespace
ScriptModuleMinecraft {
14
15
struct
ScriptRotationKeyFrame
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<4, 12, ::Vec3> mRotation;
20
::ll::TypedStorage<4, 4, float> mTime;
21
// NOLINTEND
22
23
public
:
24
// static functions
25
// NOLINTBEGIN
26
MCAPI static ::Scripting::InterfaceBinding bind();
27
// NOLINTEND
28
};
29
30
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::ScriptRotationKeyFrame
Definition
ScriptRotationKeyFrame.h:15
Scripting::InterfaceBinding
Definition
InterfaceBinding.h:16
src
mc
scripting
modules
minecraft
camera
ScriptRotationKeyFrame.h
Generated on
for LeviLamina by
1.16.1