LeviLamina
Loading...
Searching...
No Matches
SurfaceMaterialBlocks.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
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCAPI explicit SurfaceMaterialBlocks(::SurfaceMaterialAttributes const& attributes);
32 // NOLINTEND
33
34public:
35 // constructor thunks
36 // NOLINTBEGIN
37 MCAPI void* $ctor(::SurfaceMaterialAttributes const& attributes);
38 // NOLINTEND
39};
Definition SurfaceMaterialAttributes.h:13
Definition SurfaceMaterialBlocks.h:10
Definition Alias.h:14