Searched defs:entityManager (Results 1 - 10 of 10) sorted by relevance
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | uri_lookup.cpp | 37 const auto& entityManager = uriManager.GetEcs().GetEntityManager(); in LookupResourceByUri() local
|
H A D | scene_util.cpp | 480 auto& entityManager = ecs.GetEntityManager(); in UpdateTracks() local 572 auto& entityManager = ecs.GetEntityManager(); in RetargetSkinAnimation() local
|
H A D | mesh_builder.cpp | 497 EntityReference CreateBuffer(IEntityManager& entityManager, IRenderHandleComponentManager& handleManager, in CreateBuffer() argument
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/ |
H A D | ecs_animation_util.h | 38 auto& entityManager = ecs.GetEntityManager(); in UpdateAnimationTrackTargets() local
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | morphing_system.cpp | 257 auto& entityManager = ecs_.GetEntityManager(); in Update() local
|
H A D | node_system.cpp | 503 NodeCache(IEntityManager& entityManager, INameComponentManager& nameComponentManager, in NodeCache() argument 1124 IEntityManager& entityManager = ecs_.GetEntityManager(); in DestroyNode() local
|
H A D | animation_system.cpp | 495 auto& entityManager = stateManager_.GetEcs().GetEntityManager(); in UpdateStateAndTracks() local
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | asset_loader.cpp | 512 auto& entityManager = ecs_.GetEntityManager(); in UpdateTrackTargets() local
|
H A D | ecs_animation.cpp | 107 auto& entityManager = ecs.GetEntityManager(); in UpdateTrackTargets() local
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_importer.cpp | 1799 void RecursivelyCreateEntities(IEntityManager& entityManager, GLTF2::Data const& data, GLTF2::Node const& node, in RecursivelyCreateEntities() argument 1455 FillTextureParams(const GLTF2::TextureInfo& textureInfo, const GLTFImportResult& importResult, const GLTF2::Data& data, IEntityManager& entityManager, MaterialComponent& desc, MaterialComponent::TextureIndex index) FillTextureParams() argument
|
Completed in 20 milliseconds