CSGCylinder3D

Inherits: CSGPrimitive3D < CSGShape3D < GeometryInstance3D < VisualInstance3D < Node3D < Node < Object

There is currently no description for this class. Please help us by contributing one!

Properties

bool

cone

false

float

height

2.0

Material

material

float

radius

0.5

int

sides

8

bool

smooth_faces

true


Property Descriptions

bool cone = false

  • void set_cone ( bool value )

  • bool is_cone ( )

There is currently no description for this property. Please help us by contributing one!


float height = 2.0

  • void set_height ( float value )

  • float get_height ( )

There is currently no description for this property. Please help us by contributing one!


Material material

There is currently no description for this property. Please help us by contributing one!


float radius = 0.5

  • void set_radius ( float value )

  • float get_radius ( )

There is currently no description for this property. Please help us by contributing one!


int sides = 8

  • void set_sides ( int value )

  • int get_sides ( )

There is currently no description for this property. Please help us by contributing one!


bool smooth_faces = true

  • void set_smooth_faces ( bool value )

  • bool get_smooth_faces ( )

There is currently no description for this property. Please help us by contributing one!