Tizen Native API  3.0
Dali::Toolkit::PrimitiveVisual::Shape Namespace Reference

PrimitiveVisual Shape to render. More...

Enumerations

enum  Type
 PrimitiveVisual Shape to render. More...

Detailed Description

PrimitiveVisual Shape to render.

Since:
3.0, DALi version 1.1.45

Enumeration Type Documentation

PrimitiveVisual Shape to render.

Since:
3.0, DALi version 1.1.45
Enumerator:
SPHERE 

A perfectly round geometrical object in three-dimensional space.

Since:
3.0, DALi version 1.1.45
CONICAL_FRUSTRUM 

The area bound between two circles, i.e. a cone with the tip removed.

Since:
3.0, DALi version 1.1.45
CONE 

Equivalent to a conical frustrum with top radius of zero.

Since:
3.0, DALi version 1.1.45
CYLINDER 

Equivalent to a conical frustrum with equal radii for the top and bottom circles.

Since:
3.0, DALi version 1.1.45
CUBE 

Equivalent to a bevelled cube with a bevel percentage of zero.

Since:
3.0, DALi version 1.1.45
OCTAHEDRON 

Equivalent to a bevelled cube with a bevel percentage of one.

Since:
3.0, DALi version 1.1.45
BEVELLED_CUBE 

A cube/cuboid with all edges flattened to some degree.

Since:
3.0, DALi version 1.1.45