Struct PlaneMesh

Class representing a planar PrimitiveMesh.

struct PlaneMesh ;

This flat mesh does not have a thickness. By default, this mesh is aligned on the X and Z axes; this default rotation isn't suited for use with billboarded materials. For billboarded materials, use QuadMesh instead.

Properties

NameTypeDescription
size[get, set] Vector2Size of the generated plane.
subdivideDepth[get, set] longNumber of subdivision along the Z axis.
subdivideWidth[get, set] longNumber of subdivision along the X axis.

Methods

NameDescription
getSize
getSubdivideDepth
getSubdivideWidth
setSize
setSubdivideDepth
setSubdivideWidth