LeviLamina
Loading...
Searching...
No Matches
ActorSkeletalAnimation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCNAPI ActorSkeletalAnimation(::std::string const& name, ::std::string const& sourceFilePathWithExtension);
34
36
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCNAPI void* $ctor(::std::string const& name, ::std::string const& sourceFilePathWithExtension);
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCNAPI void $dtor();
50 // NOLINTEND
51};
Definition ActorSkeletalAnimation.h:5
MCAPI ActorSkeletalAnimation(::std::string const &name, ::std::string const &sourceFilePathWithExtension)
MCAPI void removeIrrelevantKeyFramesAndConvertAllFloatKeyFramesToSimplifiedVersion()
MCAPI void * $ctor(::std::string const &name, ::std::string const &sourceFilePathWithExtension)
Definition Alias.h:14