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