1.[NUI 276] c# nui visual high level class refactorying.
[platform/core/csapi/nui.git] / Tizen.NUI / src / public / CameraActor.cs
index 755b234..13e1332 100755 (executable)
@@ -597,35 +597,4 @@ namespace Tizen.NUI
         }
 
     }
-
-    /// <summary>
-    /// Enumeration for type determination of how camera operates.
-    /// </summary>
-    public enum CameraType
-    {
-        /// <summary>
-        /// Camera orientation is taken from CameraActor.
-        /// </summary>
-        FreeLook,
-        /// <summary>
-        /// Camera is oriented to always look at a target.
-        /// </summary>
-        LookAtTarget
-    }
-
-    /// <summary>
-    /// Enumeration for projection modes.
-    /// </summary>
-    public enum ProjectionMode
-    {
-        /// <summary>
-        /// Distance causes foreshortening; objects further from the camera appear smaller.
-        /// </summary>
-        PerspectiveProjection,
-        /// <summary>
-        /// Relative distance from the camera does not affect the size of objects.
-        /// </summary>
-        OrthographicProjection
-    }
-
 }