Home
last modified time | relevance | path

Searched refs:MODIFIED (Results 1 - 11 of 11) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/dev/
H A Dfile_monitor.h66 MODIFIED = 2, enumerator
H A Dfile_monitor.cpp66 iterator->second.state = FileInfo::MODIFIED; in RecursivelyCollectAllFiles()
181 } else if (it->second.state == FileInfo::MODIFIED) { in ScanModifications()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dpost_process_configuration_component_manager.cpp466 if (modifiedFlags_ & MODIFIED) { in GetUpdatedComponents()
467 modifiedFlags_ &= ~MODIFIED; in GetUpdatedComponents()
481 return modifiedFlags_ & ~MODIFIED; in GetModifiedFlags()
486 modifiedFlags_ &= MODIFIED; in ClearModifiedFlags()
638 modifiedFlags_ |= CORE_NS::CORE_COMPONENT_MANAGER_COMPONENT_UPDATED_BIT | MODIFIED; in Updated()
H A Dmaterial_component_manager.cpp140 constexpr uint32_t MODIFIED = 0x80000000; member
690 if (modifiedFlags_ & MODIFIED) { in GetUpdatedComponents()
691 modifiedFlags_ &= ~MODIFIED; in GetUpdatedComponents()
705 return modifiedFlags_ & ~MODIFIED; in GetModifiedFlags()
710 modifiedFlags_ &= MODIFIED; in ClearModifiedFlags()
857 modifiedFlags_ |= CORE_NS::CORE_COMPONENT_MANAGER_COMPONENT_UPDATED_BIT | MODIFIED; in Updated()
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dintf_ecs.h87 MODIFIED, member in IEcs::ComponentListener::EventType
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.cpp287 OnAnimationNameChanged(IEcs::ComponentListener::EventType::MODIFIED); in SetEntity()
288 OnAnimationChanged(IEcs::ComponentListener::EventType::MODIFIED); in SetEntity()
412 if (!ecs_ || event != IEcs::ComponentListener::EventType::MODIFIED) { in OnAnimationStateChanged()
442 if (!ecs_ || event != IEcs::ComponentListener::EventType::MODIFIED) { in OnAnimationNameChanged()
487 if (event == IEcs::ComponentListener::EventType::MODIFIED) { in OnAnimationTracksChanged()
H A Dsubmeshhandler.cpp47 CORE_NS::IEcs::ComponentListener::EventType::MODIFIED,
119 if (type == CORE_NS::IEcs::ComponentListener::EventType::MODIFIED) {
H A Decs_object.cpp163 if (type == CORE_NS::IEcs::ComponentListener::EventType::MODIFIED) {
/foundation/graphic/graphic_3d/lume/LumeDotfield/src/systems/
H A Ddotfield_system.cpp227 case EventType::MODIFIED: in OnComponentEvent()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Decs.cpp384 case ComponentListener::EventType::MODIFIED: in ProcessComponentEvents()
467 ProcessComponentEvents(ComponentListener::EventType::MODIFIED, allRemovedEntities); in ProcessEvents()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.cpp867 case IEcs::ComponentListener::EventType::MODIFIED: { in OnComponentEvent()

Completed in 14 milliseconds