LeviLamina
Loading...
Searching...
No Matches
BezierChainNode.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
cereal {
struct
ReflectionCtx
; }
8
// clang-format on
9
10
namespace
SharedTypes::v1_20_80 {
11
12
struct
BezierChainNode
{
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::TypedStorage<4, 4, float> mLeftValue;
17
::ll::TypedStorage<4, 4, float> mRightValue;
18
::ll::TypedStorage<4, 4, float> mLeftSlope;
19
::ll::TypedStorage<4, 4, float> mRightSlope;
20
// NOLINTEND
21
22
public
:
23
// static functions
24
// NOLINTBEGIN
25
MCAPI
static
void
bindType(
::cereal::ReflectionCtx
&
ctx
);
26
// NOLINTEND
27
};
28
29
}
// namespace SharedTypes::v1_20_80
SharedTypes::v1_20_80::BezierChainNode
Definition
BezierChainNode.h:12
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
ctx
Definition
ctx.h:5
src
mc
deps
shared_types
v1_20_80
particle
BezierChainNode.h
Generated on
for LeviLamina by
1.16.1