From: Eunki, Hong Date: Thu, 31 Oct 2024 08:13:52 +0000 (+0900) Subject: (Scene3D) Bind SceneView CORNER_SQUARENESS property X-Git-Tag: accepted/tizen/unified/20241108.105458~2^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03332c51bb1d451b0bf06ba0e26076c461b50258;p=platform%2Fcore%2Fuifw%2Fdali-csharp-binder.git (Scene3D) Bind SceneView CORNER_SQUARENESS property Change-Id: Ibcab6421763472f1e56f6586a8596c09841fc3aa Signed-off-by: Eunki, Hong --- diff --git a/dali-csharp-binder/dali-scene3d/scene-view-wrap.cpp b/dali-csharp-binder/dali-scene3d/scene-view-wrap.cpp index c1cb90d1..8e88f210 100755 --- a/dali-csharp-binder/dali-scene3d/scene-view-wrap.cpp +++ b/dali-csharp-binder/dali-scene3d/scene-view-wrap.cpp @@ -676,6 +676,16 @@ SWIGEXPORT int SWIGSTDCALL CSharp_Dali_SceneView_Property_BorderlineOffset_get() return jresult; } +SWIGEXPORT int SWIGSTDCALL CSharp_Dali_SceneView_Property_CornerSquareness_get() +{ + int jresult; + int result; + + result = (int)Dali::Scene3D::SceneView::Property::CORNER_SQUARENESS; + jresult = (int)result; + return jresult; +} + SWIGEXPORT void SWIGSTDCALL CSharp_Dali_SceneView_StartCameraTransition_Index(void* csSceneView, uint32_t index, int durationMilliSeconds, void* csAlphaFunction) { Dali::Scene3D::SceneView* sceneView = (Dali::Scene3D::SceneView*)csSceneView;