Method CreatePlane
CreatePlane(double, double, int, int, bool)
Create a new plane
Declaration
[HandleProcessCorruptedStateExceptions]
public uint CreatePlane(double sizeY, double sizeX, int subdivisionX = 1, int subdivisionY = 1, bool generateUV = true)
Parameters
| Type | Name | Description |
|---|---|---|
| double | sizeY | Size of the Plane on the y axis |
| double | sizeX | Size of the Plane on the x axis |
| int | subdivisionX | Subdivision of the Plane on the x axis |
| int | subdivisionY | Subdivision of the Plane on the y axis |
| bool | generateUV | Generation of the UV |
Returns
| Type | Description |
|---|---|
| uint |