Lines Matching refs:SCENE_NS
117 if (auto node = interface_pointer_cast<SCENE_NS::INode>(GetThisNativeObject(ctx))) {
130 if (auto node = interface_pointer_cast<SCENE_NS::INode>(GetThisNativeObject(ctx))) {
147 if (auto node = interface_cast<SCENE_NS::INode>(GetThisNativeObject(ctx))) {
157 if (auto node = interface_cast<SCENE_NS::INode>(GetThisNativeObject(ctx))) {
165 auto node = interface_pointer_cast<SCENE_NS::INode>(GetThisNativeObject(ctx));
182 auto node = interface_pointer_cast<SCENE_NS::INode>(GetThisNativeObject(ctx));
196 auto node = interface_pointer_cast<SCENE_NS::INode>(GetThisNativeObject(ctx));
208 auto node = interface_pointer_cast<SCENE_NS::INode>(GetThisNativeObject(ctx));
220 auto node = interface_pointer_cast<SCENE_NS::INode>(GetThisNativeObject(ctx));
233 auto node = interface_pointer_cast<SCENE_NS::INode>(GetThisNativeObject(ctx));
245 auto node = interface_pointer_cast<SCENE_NS::INode>(GetThisNativeObject(ctx));
258 auto node = interface_pointer_cast<SCENE_NS::INode>(GetThisNativeObject(ctx));
270 auto node = interface_pointer_cast<SCENE_NS::INode>(GetThisNativeObject(ctx));
283 auto node = interface_pointer_cast<SCENE_NS::INode>(GetThisNativeObject(ctx));
304 if (!GetNativeMeta<SCENE_NS::IScene>(scene_.GetObject())) {
318 auto node = interface_pointer_cast<SCENE_NS::INode>(GetThisNativeObject(ctx));
321 node->BuildChildren(SCENE_NS::INode::BuildBehavior::NODE_BUILD_ONLY_DIRECT_CHILDREN);
331 bool SkipNode(SCENE_NS::INode::Ptr node)
336 if ((classid == SCENE_NS::ClassId::Camera) || (classid == SCENE_NS::ClassId::Light) ||
337 (classid == SCENE_NS::ClassId::Node)) {
349 auto data = container->GetAll<SCENE_NS::INode>();
376 if (!GetNativeMeta<SCENE_NS::IScene>(scene_.GetObject())) {
394 auto data = container->GetAll<SCENE_NS::INode>();
416 auto childNode = GetNativeMeta<SCENE_NS::INode>(childJS);
451 auto childNode = GetNativeMeta<SCENE_NS::INode>(childJS);
455 SCENE_NS::INode::Ptr siblingNode;
457 siblingNode = GetNativeMeta<SCENE_NS::INode>(siblingJS);
464 auto data = container->GetAll<SCENE_NS::INode>();
521 auto childNode = GetNativeMeta<SCENE_NS::INode>(childJS);
550 BASE_NS::vector<SCENE_NS::INode::Ptr> removedNodes;
555 if (auto node = interface_pointer_cast<SCENE_NS::INode>(t)) {
575 SCENE_NS::INode::Ptr recurse_children(const SCENE_NS::INode::Ptr startNode, BASE_NS::string_view path)
577 SCENE_NS::INode::Ptr node = startNode;
579 node->BuildChildren(SCENE_NS::INode::BuildBehavior::NODE_BUILD_ONLY_DIRECT_CHILDREN);
584 node = interface_pointer_cast<SCENE_NS::INode>(container->FindByName(step));
604 if (auto node = interface_pointer_cast<SCENE_NS::INode>(meta)) {
622 if (!GetNativeMeta<SCENE_NS::IScene>(scene_.GetObject())) {