LeviLamina
Loading...
Searching...
No Matches
ParticleAppearanceLightingComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_20_80/particle/ParticleEffectComponent.h"
7
8// auto generated forward declare list
9// clang-format off
10class HashedString;
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_20_80 {
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 1
21 virtual ::HashedString const& getIdentifier() const /*override*/;
22
23 // vIndex: 0
24 virtual ~ParticleAppearanceLightingComponent() /*override*/ = default;
25 // NOLINTEND
26
27public:
28 // static functions
29 // NOLINTBEGIN
30 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
31 // NOLINTEND
32
33public:
34 // static variables
35 // NOLINTBEGIN
36 MCNAPI static ::HashedString const& NameID();
37 // NOLINTEND
38
39public:
40 // virtual function thunks
41 // NOLINTBEGIN
42 MCNAPI ::HashedString const& $getIdentifier() const;
43 // NOLINTEND
44
45public:
46 // vftables
47 // NOLINTBEGIN
48 MCNAPI static void** $vftable();
49 // NOLINTEND
50};
51
52} // namespace SharedTypes::v1_20_80
Definition HashedString.h:5
Definition ParticleAppearanceLightingComponent.h:16
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
static MCAPI ::HashedString const & NameID()
MCAPI::HashedString const & $getIdentifier() const
Definition ParticleEffectComponent.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5