Separate C# classes into Internal and Public
[platform/core/uifw/dali-toolkit.git] / plugins / dali-sharp / sharp / internal / CustomActor.cs
index 86b873a..3e737d6 100644 (file)
@@ -10,7 +10,7 @@
 
 namespace Dali {
 
-    public class CustomActor : Animatable {
+internal class CustomActor : Animatable {
   private global::System.Runtime.InteropServices.HandleRef swigCPtr;
 
   internal CustomActor(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.CustomActor_SWIGUpcast(cPtr), cMemoryOwn) {