Tizen Native API
Dali::DrawMode Namespace Reference

How the actor and it's children will be drawn. More...

Enumerations

enum  Type

Detailed Description

How the actor and it's children will be drawn.

Since :
2.4
See also:
Dali::Actor::SetDrawMode()

Enumeration Type Documentation

Enumerator:
NORMAL 

binary 00. The default draw-mode

Since :
2.4
OVERLAY_2D 

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

Since :
2.4
STENCIL 

binary 11. Draw the actor and its children into the stencil buffer

Since :
2.4