Enum PrimitiveVisualShapeType
Definition
- Assembly:
- Tizen.NUI.dll
The primitive shape to render as a primitive visual.
public enum PrimitiveVisualShapeType
Fields
| Name | Description |
|---|---|
| BevelledCube | Equivalent to a bevelled cube with a bevel percentage of one. |
| Cone | Equivalent to a conical frustrum 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 frustrum with equal radii for the top and bottom circles. |
| Cylinder | Equivalent to a conical frustrum 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. |