LeviLamina
Loading...
Searching...
No Matches
CommonResourceDefinitionMap.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9class HashedString;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
33 MCNAPI ::std::vector<::NamedMolangScript> const& getAnimateScriptArray() const;
34
35 MCNAPI void mergeAnimation(::HashedString const& name, ::ActorSkeletalAnimationPtr animationPtr);
36
37 MCNAPI void
39
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCNAPI void* $ctor();
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCNAPI void $dtor();
53 // NOLINTEND
54};
Definition ActorAnimationControllerPtr.h:5
Definition ActorSkeletalAnimationPtr.h:5
Definition CommonResourceDefinitionMap.h:13
MCAPI ::std::vector<::NamedMolangScript > const & getAnimateScriptArray() const
MCAPI void mergeAnimationController(::HashedString const &name, ::ActorAnimationControllerPtr animationControllerPtr)
MCAPI void mergeAnimation(::HashedString const &name, ::ActorSkeletalAnimationPtr animationPtr)
Definition HashedString.h:5
Definition NamedMolangScript.h:9
Definition Alias.h:14