Struct PrismMesh

Class representing a prism-shaped PrimitiveMesh.

struct PrismMesh ;

Properties

NameTypeDescription
leftToRight[get, set] doubleDisplacement of the upper edge along the X axis. 0.0 positions edge straight above the bottom-left edge.
size[get, set] Vector3Size of the prism.
subdivideDepth[get, set] longNumber of added edge loops along the Z axis.
subdivideHeight[get, set] longNumber of added edge loops along the Y axis.
subdivideWidth[get, set] longNumber of added edge loops along the X axis.

Methods

NameDescription
getLeftToRight
getSize
getSubdivideDepth
getSubdivideHeight
getSubdivideWidth
setLeftToRight
setSize
setSubdivideDepth
setSubdivideHeight
setSubdivideWidth