[NUI] Change Constructor index in SceneView
authorseungho <sbsh.baek@samsung.com>
Wed, 14 Sep 2022 05:56:35 +0000 (14:56 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 21 Sep 2022 05:52:33 +0000 (14:52 +0900)
Signed-off-by: seungho <sbsh.baek@samsung.com>
src/Tizen.NUI.Scene3D/src/internal/Interop/Interop.SceneView.cs

index 5924d7c..50cd9b2 100755 (executable)
@@ -21,7 +21,7 @@ namespace Tizen.NUI.Scene3D
     {
         internal static partial class SceneView
         {
-            [global::System.Runtime.InteropServices.DllImport(Libraries.Scene3D, EntryPoint = "CSharp_Dali_SceneView_New_SWIG_1")]
+            [global::System.Runtime.InteropServices.DllImport(Libraries.Scene3D, EntryPoint = "CSharp_Dali_SceneView_New_SWIG_0")]
             public static extern global::System.IntPtr SceneNew();
 
             [global::System.Runtime.InteropServices.DllImport(Libraries.Scene3D, EntryPoint = "CSharp_Dali_new_SceneView_SWIG_0")]