Enum PrimitiveVisualShapeType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

The primitive shape to render as a primitive visual.

C#
Copy
public enum PrimitiveVisualShapeType
Name Description
BevelledCube

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

Cone

Equivalent to a conical frustum with the top radius of zero.

ConicalFrustrum

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

Cube

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

Cylinder

Equivalent to a conical frustum with the top radius of zero.

Octahedron

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

Sphere

A perfectly round geometrical object in the three-dimensional space.