LeviLamina
Loading...
Searching...
No Matches
BoneAnimation.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
16 BoneAnimation& operator=(BoneAnimation const&);
18
19public:
20 // member functions
21 // NOLINTBEGIN
22 MCAPI BoneAnimation(::BoneAnimation const&);
23
24 MCAPI explicit BoneAnimation(::std::string const& name);
25 // NOLINTEND
26
27public:
28 // constructor thunks
29 // NOLINTBEGIN
30 MCAPI void* $ctor(::BoneAnimation const&);
31
32 MCAPI void* $ctor(::std::string const& name);
33 // NOLINTEND
34};
Definition BoneAnimation.h:5
Definition Alias.h:14