From: Yoonsang Lee Date: Thu, 16 Jul 2015 06:02:45 +0000 (+0900) Subject: [DALi][DOC-213] Update Actors X-Git-Tag: tizen_3.0/TD_SYNC/20161201~702^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e72b991e4e7b3341a8d8960df66cd96e22515918;p=sdk%2Fonline-doc.git [DALi][DOC-213] Update Actors Signed-off-by: Yoonsang Lee Change-Id: I0c483e98b29b3d4499bfaa09eb21d234ddbd5c4c --- diff --git a/org.tizen.ui.guides/html/native/dali/actors_n.htm b/org.tizen.ui.guides/html/native/dali/actors_n.htm index edd92e0..8d8f930 100755 --- a/org.tizen.ui.guides/html/native/dali/actors_n.htm +++ b/org.tizen.ui.guides/html/native/dali/actors_n.htm @@ -55,13 +55,13 @@ Actor has several concrete types as follows:

Actors and Stage

-

Stage is a top-level object that represents the entire screen. It is used for displaying a hierarchy of actors managed by the scene graph structure. An actor inherits a position relative to its parent, and can be moved in relation to this point.

+

Stage is a top-level object that represents the entire screen. It is used for displaying a hierarchy of actors managed by the scene graph structure, which means an actor inherits a position relative to its parent, and can be moved in relation to this point.

The stage instance is a singleton object (the only instance of its class during the lifetime of the program), so you can get it using a static function. @@ -75,32 +75,39 @@ Stage::GetCurrent().Add(actor);

Positioning Actors

An actor inherits its parent's position. The relative position between the actor & parent is determined by the following properties: