Method CreateCylinder
CreateCylinder(double, double, int, bool)
Create a new cylinder
Declaration
public uint CreateCylinder(double radius, double height, int sides = 16, bool generateUV = true)
Parameters
Type | Name | Description |
---|---|---|
double | radius | Radius of the Cylinder |
double | height | Height of the Cylinder |
int | sides | Number of Sides of the Cylinder |
bool | generateUV | Generation of the UV |
Returns
Type | Description |
---|---|
uint |