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
37 MCNAPI void sortEvents();
38
39 MCNAPI void sortSoundEffectEvents();
40
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCNAPI void* $ctor(::std::string const& name, ::std::string const& sourceFilePathWithExtension);
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCNAPI void $dtor();
54 // NOLINTEND
55};
Definition ActorSkeletalAnimation.h:5
MCAPI ActorSkeletalAnimation(::std::string const &name, ::std::string const &sourceFilePathWithExtension)
MCAPI void sortEvents()
MCAPI void sortSoundEffectEvents()
MCAPI void removeIrrelevantKeyFramesAndConvertAllFloatKeyFramesToSimplifiedVersion()
MCAPI void * $ctor(::std::string const &name, ::std::string const &sourceFilePathWithExtension)
Definition Alias.h:14