LeviLamina
Loading...
Searching...
No Matches
SyncedAttribute.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<8, 32, ::std::string> mName;
10 ::ll::TypedStorage<4, 4, float> mMinValue;
11 ::ll::TypedStorage<4, 4, float> mCurrentValue;
12 ::ll::TypedStorage<4, 4, float> mMaxValue;
13 // NOLINTEND
14
15public:
16 // member functions
17 // NOLINTBEGIN
18 MCAPI ~SyncedAttribute();
19 // NOLINTEND
20
21public:
22 // destructor thunk
23 // NOLINTBEGIN
24 MCFOLD void $dtor();
25 // NOLINTEND
26};
Definition SyncedAttribute.h:5