LeviLamina
Loading...
Searching...
No Matches
ActorAnimationController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8class HashedString;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI ::std::shared_ptr<::ActorAnimationControllerState>& addState(::HashedString const& name);
32
33 MCNAPI uint64 findStateIndex(::std::string const& name, bool missingIsOkay, uint64 defaultState) const;
34
36 // NOLINTEND
37};
Definition ActorAnimationControllerState.h:14
Definition ActorAnimationController.h:11
MCAPI uint64 findStateIndex(::std::string const &name, bool missingIsOkay, uint64 defaultState) const
MCAPI void resolveTransitionStateIndices()
MCAPI ::std::shared_ptr<::ActorAnimationControllerState > & addState(::HashedString const &name)
Definition HashedString.h:5
Definition Alias.h:14