Home
last modified time | relevance | path

Searched defs:PlaybackState (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Danimation_component.h38 enum class PlaybackState : uint8_t { STOP = 0, PLAY = 1, PAUSE = 2 }; class
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Danimation_state_component_manager.cpp29 DECLARE_PROPERTY_TYPE(AnimationComponent::PlaybackState); variable
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dregister_engine_access.cpp53 DECLARE_PROPERTY_TYPE(AnimationComponent::PlaybackState); variable
70 META_TYPE(AnimationComponent::PlaybackState); variable

Completed in 3 milliseconds