Struct PrimitiveVisualProperty
Definition
- Assembly:
- Tizen.NUI.dll
This specifies properties of the PrimitiveVisual.
[SuppressMessage("Performance", "CA1815: Override equals and operator equals on value types", Justification = "This is a struct and does not need to override equals.")]
public struct PrimitiveVisualProperty
Fields
View SourceBevelPercentage
Determines how bevelled the cuboid should be, based off the smallest dimension.
Declaration
public static readonly int BevelPercentage
Field Value
| Type | Description |
|---|---|
| int |
BevelSmoothness
Defines how smooth the bevelled edges should be.
Declaration
public static readonly int BevelSmoothness
Field Value
| Type | Description |
|---|---|
| int |
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 |
MixColor
The color of the shape.
Declaration
public static readonly int MixColor
Field Value
| Type | Description |
|---|---|
| int |
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 |
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 |
ScaleHeight
The scale of the height of a conic.
Declaration
public static readonly int ScaleHeight
Field Value
| Type | Description |
|---|---|
| int |
ScaleRadius
The scale of the radius of a cylinder.
Declaration
public static readonly int ScaleRadius
Field Value
| Type | Description |
|---|---|
| int |
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 |
Shape
The specific shape to render.
Declaration
public static readonly int Shape
Field Value
| Type | Description |
|---|---|
| int |
Slices
The number of slices as you go around the shape.
Declaration
public static readonly int Slices
Field Value
| Type | Description |
|---|---|
| int |
Stacks
The number of stacks as you go down the shape.
Declaration
public static readonly int Stacks
Field Value
| Type | Description |
|---|---|
| int |