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

The primitive shape to render as a PrimitiveVisual. More...

Enumerations

enum  Type
 The primitive shape to render as a PrimitiveVisual. More...

Detailed Description

The primitive shape to render as a PrimitiveVisual.

Since:
3.0, DALi version 1.1.45

Enumeration Type Documentation

The primitive shape to render as a PrimitiveVisual.

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 
Deprecated:
Deprecated since 5.0, DALi version 1.3.15, use CONICAL_FRUSTUM instead. 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 frustum with top radius of zero.

Since:
3.0, DALi version 1.1.45
CYLINDER 

Equivalent to a conical frustum 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
CONICAL_FRUSTUM 

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

Since:
5.0, DALi version 1.3.15