Bind latest Dali::Renderer enums 89/321089/3
authorEunki, Hong <eunkiki.hong@samsung.com>
Fri, 14 Mar 2025 00:23:39 +0000 (09:23 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Thu, 20 Mar 2025 05:59:40 +0000 (05:59 +0000)
Change-Id: I293337746a5a0eaf0938c0608ac8cf2666b40607
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-csharp-binder/common/dali-wrap.cpp

index 644d7301803b8f88c95b12601c2469d12d1a7dda..a56a3d0883ac6a455df635938f0b309e2cb94f77 100644 (file)
 #include <dali/devel-api/object/csharp-type-registry.h>
 #include <dali/devel-api/update/frame-callback-interface.h>
 #include <dali/devel-api/update/update-proxy.h>
+#include <dali/devel-api/rendering/renderer-devel.h>
 
 #include <dali/public-api/events/mouse-button.h>
 #include <dali/public-api/math/matrix.h>
@@ -10978,6 +10979,96 @@ SWIGEXPORT int SWIGSTDCALL CSharp_Dali_Renderer_Property_STENCIL_OPERATION_ON_Z_
 }
 
 
+SWIGEXPORT int SWIGSTDCALL CSharp_Dali_Renderer_Property_MIX_COLOR_get() {
+  int jresult ;
+  int result;
+
+  result = (int)Dali::Renderer::Property::MIX_COLOR;
+  jresult = (int)result;
+  return jresult;
+}
+
+
+SWIGEXPORT int SWIGSTDCALL CSharp_Dali_Renderer_Property_MIX_COLOR_RED_get() {
+  int jresult ;
+  int result;
+
+  result = (int)Dali::Renderer::Property::MIX_COLOR_RED;
+  jresult = (int)result;
+  return jresult;
+}
+
+
+SWIGEXPORT int SWIGSTDCALL CSharp_Dali_Renderer_Property_MIX_COLOR_GREEN_get() {
+  int jresult ;
+  int result;
+
+  result = (int)Dali::Renderer::Property::MIX_COLOR_GREEN;
+  jresult = (int)result;
+  return jresult;
+}
+
+
+SWIGEXPORT int SWIGSTDCALL CSharp_Dali_Renderer_Property_MIX_COLOR_BLUE_get() {
+  int jresult ;
+  int result;
+
+  result = (int)Dali::Renderer::Property::MIX_COLOR_BLUE;
+  jresult = (int)result;
+  return jresult;
+}
+
+
+SWIGEXPORT int SWIGSTDCALL CSharp_Dali_Renderer_Property_OPACITY_get() {
+  int jresult ;
+  int result;
+
+  result = (int)Dali::Renderer::Property::OPACITY;
+  jresult = (int)result;
+  return jresult;
+}
+
+
+SWIGEXPORT int SWIGSTDCALL CSharp_Dali_Renderer_Property_RENDERING_BEHAVIOR_get() {
+  int jresult ;
+  int result;
+
+  result = (int)Dali::DevelRenderer::Property::RENDERING_BEHAVIOR;
+  jresult = (int)result;
+  return jresult;
+}
+
+
+SWIGEXPORT int SWIGSTDCALL CSharp_Dali_Renderer_Property_BLEND_EQUATION_get() {
+  int jresult ;
+  int result;
+
+  result = (int)Dali::DevelRenderer::Property::BLEND_EQUATION;
+  jresult = (int)result;
+  return jresult;
+}
+
+
+SWIGEXPORT int SWIGSTDCALL CSharp_Dali_Renderer_Property_INSTANCE_COUNT_get() {
+  int jresult ;
+  int result;
+
+  result = (int)Dali::DevelRenderer::Property::INSTANCE_COUNT;
+  jresult = (int)result;
+  return jresult;
+}
+
+
+SWIGEXPORT int SWIGSTDCALL CSharp_Dali_Renderer_Property_UPDATE_AREA_EXTENTS_get() {
+  int jresult ;
+  int result;
+
+  result = (int)Dali::DevelRenderer::Property::UPDATE_AREA_EXTENTS;
+  jresult = (int)result;
+  return jresult;
+}
+
+
 SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_Renderer_New(void * jarg1, void * jarg2) {
   void * jresult ;
   Dali::Geometry *arg1 = 0 ;