Enum PrimitiveVisualShapeType

    Definition

    Namespace:
    Tizen.NUI
    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 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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX