Lines Matching refs:SCENE_NS
53 if (!GetNativeMeta<SCENE_NS::IScene>(scene_.GetObject())) {
57 auto scn = GetNativeMeta<SCENE_NS::IScene>(scene);
88 SCENE_NS::ILight::Ptr node;
90 node = scn->CreateNode<SCENE_NS::ILight>(nodePath, true);
144 if (auto light = interface_pointer_cast<SCENE_NS::ILight>(tro->GetNativeObject())) {
150 auto node = interface_pointer_cast<SCENE_NS::INode>(light);
167 if (auto node = interface_cast<SCENE_NS::ILight>(GetThisNativeObject(ctx))) {
178 auto node = interface_pointer_cast<SCENE_NS::INode>(GetThisNativeObject(ctx));
193 auto node = interface_pointer_cast<SCENE_NS::INode>(GetThisNativeObject(ctx));
204 auto node = interface_pointer_cast<SCENE_NS::ILight>(GetThisNativeObject(ctx));
215 auto node = interface_pointer_cast<SCENE_NS::ILight>(GetThisNativeObject(ctx));
229 auto node = interface_pointer_cast<SCENE_NS::ILight>(GetThisNativeObject(ctx));
243 auto node = interface_pointer_cast<SCENE_NS::ILight>(GetThisNativeObject(ctx));
255 auto node = interface_pointer_cast<SCENE_NS::ILight>(GetThisNativeObject(ctx));
269 auto node = interface_pointer_cast<SCENE_NS::ILight>(GetThisNativeObject(ctx));
282 if (auto light = interface_pointer_cast<SCENE_NS::ILight>(GetNativeObject())) {
283 light->Type()->SetValue(SCENE_NS::ILight::SCENE_LIGHT_SPOT);
312 if (auto light = interface_pointer_cast<SCENE_NS::ILight>(GetNativeObject())) {
313 light->Type()->SetValue(SCENE_NS::ILight::SCENE_LIGHT_POINT);
341 if (auto light = interface_pointer_cast<SCENE_NS::ILight>(GetNativeObject())) {
342 light->Type()->SetValue(SCENE_NS::ILight::SCENE_LIGHT_DIRECTIONAL);
373 if (auto camera = interface_cast<SCENE_NS::ILight>(GetNativeObject())) {
391 if (auto camera = interface_cast<SCENE_NS::ILight>(GetNativeObject())) {