Tizen Native API
5.0
|
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
Enumeration Type Documentation
enum Dali::DrawMode::Type |
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
STENCIL binary 11. Draw the actor and its children into the stencil buffer
- Deprecated:
- Deprecated since 3.0, DALi version 1.1.31 Will be replaced by separate ClippingMode enum
- Since:
- 3.0, DALi version 1.0.0