copy dali-sharp into nui
[platform/core/csapi/tizenfx.git] / sharp / internal / WrapModeType.cs
old mode 100755 (executable)
new mode 100644 (file)
similarity index 81%
rename from src/Tizen.NUI/devel-src/WrapModeType.cs
rename to sharp/internal/WrapModeType.cs
index e22022f..e03e3a3
@@ -2,19 +2,19 @@
 // <auto-generated />
 //
 // This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.9
+// Version 3.0.10
 //
 // Do not make changes to this file unless you know what you are doing--modify
 // the SWIG interface file instead.
 //------------------------------------------------------------------------------
 
-namespace Tizen.NUI {
-/* move to VisualMap.cs
-    internal enum WrapModeType {
+namespace Dali {
+
+public enum WrapModeType {
   DEFAULT = 0,
   CLAMP_TO_EDGE,
   REPEAT,
   MIRRORED_REPEAT
 }
-*/
+
 }