Remove ImageActor from comments and variable names
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / shadow-view / shadow-view.h
index 2df4978..4b43e5f 100644 (file)
@@ -75,7 +75,7 @@ class ShadowView;
  *  shadowPlaneBg.SetParentOrigin( ParentOrigin::CENTER );
  *  shadowPlaneBg.SetAnchorPoint( AnchorPoint::CENTER );
  *  shadowPlaneBg.SetSize(700.0f, 700.0f);
- *  shadowPlaneBg.SetPosition( Vector3(0.0f, 0.0f, -30.0f) ); //Just behind the image actor.
+ *  shadowPlaneBg.SetPosition( Vector3(0.0f, 0.0f, -30.0f) ); //Just behind the image view.
  *  shadowView.SetShadowPlaneBackground(ShadowPlane);
  *
  *  Actor pointLight = Actor::New(); // This will be the light source