Struct PrismMesh
Class representing a prism-shaped PrimitiveMesh.
struct PrismMesh
;
Properties
| Name | Type | Description |
|---|---|---|
leftToRight[get, set]
|
double | Displacement of the upper edge along the X axis. 0.0 positions edge straight above the bottom-left edge. |
size[get, set]
|
Vector3 | Size of the prism. |
subdivideDepth[get, set]
|
long | Number of added edge loops along the Z axis. |
subdivideHeight[get, set]
|
long | Number of added edge loops along the Y axis. |
subdivideWidth[get, set]
|
long | Number of added edge loops along the X axis. |
Methods
| Name | Description |
|---|---|
getLeftToRight
|
|
getSize
|
|
getSubdivideDepth
|
|
getSubdivideHeight
|
|
getSubdivideWidth
|
|
setLeftToRight
|
|
setSize
|
|
setSubdivideDepth
|
|
setSubdivideHeight
|
|
setSubdivideWidth
|