Separate C# classes into Internal and Public
[platform/core/uifw/dali-toolkit.git] / plugins / dali-sharp / sharp / public / Degree.cs
similarity index 99%
rename from plugins/dali-sharp/sharp/internal/Degree.cs
rename to plugins/dali-sharp/sharp/public/Degree.cs
index c47993c..4bb917e 100644 (file)
@@ -58,7 +58,7 @@ public class Degree : global::System.IDisposable {
     if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
   }
 
-  public float degree {
+  public float Value {
     set {
       NDalicPINVOKE.Degree_degree_set(swigCPtr, value);
       if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();