Struct PrimitiveVisualProperty

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    This specifies properties of the PrimitiveVisual.

    public struct PrimitiveVisualProperty

    Fields

    View Source

    BevelPercentage

    Determines how bevelled the cuboid should be, based off the smallest dimension.

    Declaration
    public static readonly int BevelPercentage
    Field Value
    Type Description
    int
    View Source

    BevelSmoothness

    Defines how smooth the bevelled edges should be.

    Declaration
    public static readonly int BevelSmoothness
    Field Value
    Type Description
    int
    View Source

    LightPosition

    The position, in stage space, of the point light that applies lighting to the model.

    Declaration
    public static readonly int LightPosition
    Field Value
    Type Description
    int
    View Source

    MixColor

    The color of the shape.

    Declaration
    public static readonly int MixColor
    Field Value
    Type Description
    int
    View Source

    ScaleBottomRadius

    The scale of the radius of the bottom circle of a conical frustum.

    Declaration
    public static readonly int ScaleBottomRadius
    Field Value
    Type Description
    int
    View Source

    ScaleDimensions

    The dimensions of a cuboid. Scales in the same fashion as a 9-patch image.

    Declaration
    public static readonly int ScaleDimensions
    Field Value
    Type Description
    int
    View Source

    ScaleHeight

    The scale of the height of a conic.

    Declaration
    public static readonly int ScaleHeight
    Field Value
    Type Description
    int
    View Source

    ScaleRadius

    The scale of the radius of a cylinder.

    Declaration
    public static readonly int ScaleRadius
    Field Value
    Type Description
    int
    View Source

    ScaleTopRadius

    The scale of the radius of the top circle of a conical frustum.

    Declaration
    public static readonly int ScaleTopRadius
    Field Value
    Type Description
    int
    View Source

    Shape

    The specific shape to render.

    Declaration
    public static readonly int Shape
    Field Value
    Type Description
    int
    View Source

    Slices

    The number of slices as you go around the shape.

    Declaration
    public static readonly int Slices
    Field Value
    Type Description
    int
    View Source

    Stacks

    The number of stacks as you go down the shape.

    Declaration
    public static readonly int Stacks
    Field Value
    Type Description
    int
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX