#include "ncengine/asset/AssetViews.h"
#include "ncengine/utility/SparseMap.h"
#include <functional>
#include <limits>
Go to the source code of this file.
|
using | nc::AnimationStateId = uint32_t |
|
constexpr auto | nc::NullAnimationState = std::numeric_limits<AnimationStateId>::max() |
|
constexpr auto | nc::RootAnimationState = AnimationStateId{0u} |
|
constexpr auto | nc::ImmediateAnimationState = NullAnimationState - 1u |
|
constexpr auto | nc::MaxAnimationStates = 32ull |
|
|
using | nc::TransitionCondition = std::move_only_function< bool()> |
|
constexpr auto | nc::UseDefaultTransitionDuration = -1.0f |
|
constexpr bool | nc::ConditionNever () |
|
- Copyright
- Jaremie Romer and McCallister Romer 2024