Bind masking for scene3D::SceneView 46/302446/3
authorhuiyu.eun <huiyu.eun@samsung.com>
Wed, 25 Oct 2023 07:46:30 +0000 (16:46 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Thu, 7 Dec 2023 01:36:23 +0000 (10:36 +0900)
Change-Id: Ib99527f97448a3fd58552adff2a3012331311281
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
dali-csharp-binder/dali-scene3d/scene-view-wrap.cpp

index e10d928..1417ea8 100755 (executable)
@@ -633,6 +633,36 @@ extern "C"
     return result;
   }
 
+  SWIGEXPORT int SWIGSTDCALL CSharp_Dali_SceneView_Property_AlphaMaskURL_get()
+  {
+    int jresult;
+    int result;
+
+    result = (int)Dali::Scene3D::SceneView::Property::ALPHA_MASK_URL;
+    jresult = (int)result;
+    return jresult;
+  }
+
+  SWIGEXPORT int SWIGSTDCALL CSharp_Dali_SceneView_Property_MaskContentScale_get()
+  {
+    int jresult;
+    int result;
+
+    result = (int)Dali::Scene3D::SceneView::Property::MASK_CONTENT_SCALE;
+    jresult = (int)result;
+    return jresult;
+  }
+
+  SWIGEXPORT int SWIGSTDCALL CSharp_Dali_SceneView_Property_CropToMask_get()
+  {
+    int jresult;
+    int result;
+
+    result = (int)Dali::Scene3D::SceneView::Property::CROP_TO_MASK;
+    jresult = (int)result;
+    return jresult;
+  }
+
 #ifdef __cplusplus
 }
 #endif