Searched refs:BindObject (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_object.cpp | 70 BindObject(nullptr, entity_); in SetEntity() 73 BindObject(ecs, entity); in SetEntity() 88 void BindObject(CORE_NS::IEcs::Ptr ecsInstance, CORE_NS::Entity entity) override in BindObject() function in EcsObject 126 BindObject(nullptr, entity_); in ~EcsObject() 143 BindObject(nullptr, entity_); in DoEntityEvent()
|
H A D | mesh_impl.cpp | 96 BindObject(interface_pointer_cast<INode>(overrideMaterial)); in CompleteInitialization() 105 BindObject(interface_pointer_cast<INode>(material)); in CompleteInitialization()
|
H A D | node_impl.h | 149 void BindObject(CORE_NS::IEcs::Ptr ecsInstance, CORE_NS::Entity entity) override; 190 void BindObject(SCENE_NS::INode::Ptr node);
|
H A D | node_impl.cpp | 320 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 D | material_impl.cpp | 958 EcsObject()->BindObject(nullptr, entity); in UpdateInputs()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | intf_ecs_object.h | 69 virtual void BindObject(CORE_NS::IEcs::Ptr ecsInstance, CORE_NS::Entity entity) = 0;
|