[NUI.Scene3D] Change native default camera create API
authorEunki Hong <eunkiki.hong@samsung.com>
Sun, 19 Feb 2023 15:54:46 +0000 (00:54 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Mon, 20 Feb 2023 04:49:47 +0000 (13:49 +0900)
Change default camera generate API as 3D engine style.

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI.Scene3D/src/internal/Interop/Interop.Camera.cs

index 4976040..0fd4c5c 100755 (executable)
@@ -72,7 +72,7 @@ namespace Tizen.NUI.Scene3D
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_CameraActor__SWIG_0")]
             public static extern global::System.IntPtr NewCamera();
 
-            [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_CameraActor_New__SWIG_0")]
+            [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_CameraActor_New3DCamera")]
             public static extern global::System.IntPtr New();
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_CameraActor_New__SWIG_1")]