X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Fscene.h;h=51a857236ab20dccf3fe63d618f6ce11c9689107;hb=eacc080fe975c523d722dd17c044652317ddd6e8;hp=aac126fa436521fd6bc8cbb3f8ac6aa8fa2a9732;hpb=a3d1c0e03068de2d010009baac4007bec662ee45;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/integration-api/scene.h b/dali/integration-api/scene.h index aac126f..51a8572 100644 --- a/dali/integration-api/scene.h +++ b/dali/integration-api/scene.h @@ -207,6 +207,14 @@ public: Layer GetRootLayer() const; /** + * @brief Returns the Scene's Overlay Layer. + * If there is no overlay layer yet, this creates the layer and an associated render task. + * + * @return The overlay layer + */ + Layer GetOverlayLayer(); + + /** * @brief Queries the number of on-stage layers. * * Note that a default layer is always provided (count >= 1).