Merge "Support multiple window rendering" into devel/master
[platform/core/uifw/dali-core.git] / dali / public-api / actors / camera-actor.h
index d02a835..36cfeef 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_CAMERA_ACTOR_H__
 
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -86,7 +86,7 @@ enum ProjectionMode
  *
  * @SINCE_1_0.0
  */
-class DALI_IMPORT_API CameraActor : public Actor
+class DALI_CORE_API CameraActor : public Actor
 {
 public:
 
@@ -135,7 +135,8 @@ public:
   /**
    * @brief Creates a CameraActor object.
    *
-   * Sets the default camera perspective projection for the stage's size. @see SetPerspectiveProjection().
+   * @note No default camera perspective projection is set by this method. @see SetPerspectiveProjection().
+   *
    * @SINCE_1_0.0
    * @return The newly created camera actor
    */
@@ -332,12 +333,9 @@ public:
    * and the Z position of the actor based on the canvas size so that 1 unit in
    * XY (z=0) plane is 1 pixel on screen.
    *
-   * If the canvas size is ZERO, it sets the default camera perspective
-   * projection for the stage's size.
-   *
    * @SINCE_1_0.0
    * @param[in] size The canvas size
-   * @pre If size is non ZERO, \e width and \e height must be greater than zero.
+   * @pre The canvas size must be greater than zero.
    *
    */
   void SetPerspectiveProjection( const Size& size );