LeviLamina
Loading...
Searching...
No Matches
Vec2Constraint.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cereal/BasicNumericConstraint.h"
7#include "mc/deps/cereal/ConstraintHandle.h"
8#include "mc/deps/cereal/ContextArea.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace cereal::internal { struct ConstraintDescription; }
13// clang-format on
14
15class Vec2Constraint : public ::cereal::ConstraintHandle<::Vec2Constraint> {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 40, ::cereal::BasicNumericConstraint<float>> mXConstraint;
20 ::ll::TypedStorage<8, 40, ::cereal::BasicNumericConstraint<float>> mYConstraint;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual ~Vec2Constraint() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI ::cereal::internal::ConstraintDescription description(::cereal::ContextArea contextArea) const;
33 // NOLINTEND
34
35public:
36 // vftables
37 // NOLINTBEGIN
38 MCNAPI static void** $vftable();
39 // NOLINTEND
40};
Definition Vec2Constraint.h:15
static MCAPI void ** $vftable()
Definition ConstraintHandle.h:8
Definition ConstraintDescription.h:7