Separate C# classes into Internal and Public
[platform/core/uifw/dali-toolkit.git] / plugins / dali-sharp / sharp / internal / BlendFactorType.cs
index 357dc9c..b662e61 100644 (file)
@@ -10,7 +10,7 @@
 
 namespace Dali {
 
-public enum BlendFactorType {
+internal enum BlendFactorType {
   ZERO = 0,
   ONE = 1,
   SRC_COLOR = 0x0300,