Struct QuadMesh
Class representing a square mesh.
struct QuadMesh
;
Class representing a square PrimitiveMesh
. This flat mesh does not have a thickness. By default, this mesh is aligned on the X and Y axes; this default rotation is more suited for use with billboarded materials. Unlike PlaneMesh
, this mesh doesn't provide subdivision options.
Properties
Name | Type | Description |
---|---|---|
size [get, set]
|
Vector2 | Size on the X and Y axes. |
Methods
Name | Description |
---|---|
getSize
|
|
setSize
|