Field Size
Adjusts (Scales) the final dimensions of the sliced item.
Namespace: Slicer
Assembly: 27Slicer.dll
Syntax
[Tooltip("Adjusts (Scales) the final dimensions of the sliced item.")]
public Vector3 Size
Returns
Type | Description |
---|---|
Vector3 |
Examples
Setting the vector to (x: 2, y: 1.5, z: 0.5) will double the x dimension, add an additional 50% of the size to the y dimension and will halve the z dimension.