Tizen Native API  5.5
Dali::DrawMode Namespace Reference

DrawMode to determine how the Actor and its children will be drawn. More...

Enumerations

enum  Type
 Enumeration for the instance of how the actor and it's children will be drawn. More...

Detailed Description

DrawMode to determine how the Actor and its children will be drawn.

Since:
3.0, DALi version 1.0.0

Enumeration Type Documentation

Enumeration for the instance of how the actor and it's children will be drawn.

Since:
3.0, DALi version 1.0.0
See also:
Dali::Actor::SetDrawMode()
Enumerator:
NORMAL 

binary 00. The default draw-mode

Since:
3.0, DALi version 1.0.0
OVERLAY_2D 

binary 01. Draw the actor and its children as an overlay

Since:
3.0, DALi version 1.0.0