Struct PrimitiveVisualProperty

Definition

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

This specifies properties of the PrimitiveVisual.

C#
Copy
public struct PrimitiveVisualProperty

Fields

View Source

BevelPercentage

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

Declaration
C#
Copy
public static readonly int BevelPercentage
Field Value
Type Description
Int32
API Level: 3
View Source

BevelSmoothness

Defines how smooth the bevelled edges should be.

Declaration
C#
Copy
public static readonly int BevelSmoothness
Field Value
Type Description
Int32
API Level: 3
View Source

LightPosition

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

Declaration
C#
Copy
public static readonly int LightPosition
Field Value
Type Description
Int32
API Level: 3
View Source

MixColor

The color of the shape.

Declaration
C#
Copy
public static readonly int MixColor
Field Value
Type Description
Int32
API Level: 3
View Source

ScaleBottomRadius

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

Declaration
C#
Copy
public static readonly int ScaleBottomRadius
Field Value
Type Description
Int32
API Level: 3
View Source

ScaleDimensions

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

Declaration
C#
Copy
public static readonly int ScaleDimensions
Field Value
Type Description
Int32
API Level: 3
View Source

ScaleHeight

The scale of the height of a conic.

Declaration
C#
Copy
public static readonly int ScaleHeight
Field Value
Type Description
Int32
API Level: 3
View Source

ScaleRadius

The scale of the radius of a cylinder.

Declaration
C#
Copy
public static readonly int ScaleRadius
Field Value
Type Description
Int32
API Level: 3
View Source

ScaleTopRadius

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

Declaration
C#
Copy
public static readonly int ScaleTopRadius
Field Value
Type Description
Int32
API Level: 3
View Source

Shape

The specific shape to render.

Declaration
C#
Copy
public static readonly int Shape
Field Value
Type Description
Int32
API Level: 3
View Source

Slices

The number of slices as you go around the shape.

Declaration
C#
Copy
public static readonly int Slices
Field Value
Type Description
Int32
API Level: 3
View Source

Stacks

The number of stacks as you go down the shape.

Declaration
C#
Copy
public static readonly int Stacks
Field Value
Type Description
Int32
API Level: 3