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
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
10namespace SharedTypes::v1_20_80 {
11
13public:
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
22public:
23 // static functions
24 // NOLINTBEGIN
25 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
26 // NOLINTEND
27};
28
29} // namespace SharedTypes::v1_20_80
Definition BezierChainNode.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5