Searched refs:nodeInterface (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/ |
H A D | scene.h | 222 if (auto nodeInterface = interface_pointer_cast<INode>(node.GetIObject())) { in GetScene() local 223 return Scene(nodeInterface->GetScene()); in GetScene()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | scene_impl.cpp | 1065 auto nodeInterface = interface_pointer_cast<INodeEcsInterfacePrivate>(node); in CreateResourceFromUri() local 1066 … nodeInterface->Initialize(ecsScene, ecsObject, {}, "", name, sceneHolder_, entity); in CreateResourceFromUri() 1110 auto nodeInterface = interface_cast<INodeEcsInterfacePrivate>(node); in BindNodeToEcs() local 1111 …nodeInterface->Initialize(ecsScene, ecsObject, {}, "", BASE_NS::string(fullPath), sceneHolder_, {}… in BindNodeToEcs() 1119 auto nodeInterface = interface_cast<INodeEcsInterfacePrivate>(node); in BindNodeToEcs() local 1121 …if (nodeInterface->EcsObject() && CORE_NS::EntityUtil::IsValid(nodeInterface->EcsObject()->GetEnti… in BindNodeToEcs() 1174 if (META_NS::Property<uint32_t> creationPolicy = nodeInterface->GetLifecycleInfo()) { in BindNodeToEcs() 1176 nodeInterface->ClaimOwnershipOfEntity(true); in BindNodeToEcs() 1184 if (META_NS::Property<uint32_t> creationPolicy = nodeInterface->GetLifecycleInfo()) { in BindNodeToEcs() 1202 … nodeInterface->Initialize(ecsScene, ecsObject, parent, nodePath, nodeName, sceneHolder_, entity); in BindNodeToEcs()
|