Home
last modified time | relevance | path

Searched refs:BindObject (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_object.cpp70 BindObject(nullptr, entity_);
73 BindObject(ecs, entity);
88 void BindObject(CORE_NS::IEcs::Ptr ecsInstance, CORE_NS::Entity entity) override
126 BindObject(nullptr, entity_);
143 BindObject(nullptr, entity_);
H A Dnode_impl.h149 void BindObject(CORE_NS::IEcs::Ptr ecsInstance, CORE_NS::Entity entity) override;
190 void BindObject(SCENE_NS::INode::Ptr node);
H A Dmesh_impl.cpp96 BindObject(interface_pointer_cast<INode>(overrideMaterial));
105 BindObject(interface_pointer_cast<INode>(material));
H A Dnode_impl.cpp320 void NodeImpl::BindObject(CORE_NS::IEcs::Ptr ecsInstance, CORE_NS::Entity entity) in BindObject() function in NodeImpl
323 ecsObject_->BindObject(ecsInstance, entity); in BindObject()
611 void NodeImpl::BindObject(SCENE_NS::INode::Ptr node) in BindObject() function in NodeImpl
H A Dmaterial_impl.cpp958 EcsObject()->BindObject(nullptr, entity); in UpdateInputs()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_ecs_object.h69 virtual void BindObject(CORE_NS::IEcs::Ptr ecsInstance, CORE_NS::Entity entity) = 0;

Completed in 7 milliseconds