LeviLamina
Loading...
Searching...
No Matches
SeatDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
28
29public:
30 // member functions
31 // NOLINTBEGIN
33
35
36 MCNAPI ::SeatDescription& operator=(::SeatDescription const&);
37
38 MCNAPI bool operator==(::SeatDescription const& seat) const;
39
40 MCNAPI void setCameraRelaxDistanceSmoothing(float const& value);
41
42 MCNAPI void setThirdPersonCamerRadiusOverride(float const& value);
43
45 // NOLINTEND
46
47public:
48 // static variables
49 // NOLINTBEGIN
50 MCNAPI static ::SeatDescription const& EMPTY();
51 // NOLINTEND
52
53public:
54 // constructor thunks
55 // NOLINTBEGIN
56 MCNAPI void* $ctor(::SeatDescription const&);
57 // NOLINTEND
58
59public:
60 // destructor thunk
61 // NOLINTBEGIN
62 MCNAPI void $dtor();
63 // NOLINTEND
64};
Definition ExpressionNode.h:27
Definition SeatDescription.h:10
MCAPI void setCameraRelaxDistanceSmoothing(float const &value)
MCAPI void addRotationExpressionNode(::ExpressionNode const &node)
MCAPI::SeatDescription & operator=(::SeatDescription const &)
MCAPI ~SeatDescription()
MCAPI void $dtor()
MCAPI void setThirdPersonCamerRadiusOverride(float const &value)
static MCAPI ::SeatDescription const & EMPTY()
MCAPI SeatDescription(::SeatDescription const &)
MCAPI void * $ctor(::SeatDescription const &)
MCAPI bool operator==(::SeatDescription const &seat) const
Definition Alias.h:14