Separate C# classes into Internal and Public
[platform/core/uifw/dali-toolkit.git] / plugins / dali-sharp / sharp / internal / RenderingType.cs
index e232637..1ebf01d 100644 (file)
@@ -10,7 +10,7 @@
 
 namespace Dali {
 
-public enum RenderingType {
+internal enum RenderingType {
   RENDERING_SHARED_ATLAS,
   RENDERING_VECTOR_BASED
 }