LeviLamina
Loading...
Searching...
No Matches
RenderingRidingOffsetInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
19
20public:
21 // member functions
22 // NOLINTBEGIN
24
25 MCAPI RenderingRidingOffsetInfo(::std::string const& baseLocator, ::std::string const& seatLocator);
26
28 // NOLINTEND
29
30public:
31 // constructor thunks
32 // NOLINTBEGIN
33 MCAPI void* $ctor(::RenderingRidingOffsetInfo const&);
34
35 MCAPI void* $ctor(::std::string const& baseLocator, ::std::string const& seatLocator);
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCFOLD void $dtor();
42 // NOLINTEND
43};
Definition RenderingRidingOffsetInfo.h:5
Definition Alias.h:14