Click or drag to resize

CSGCylinderSmoothFaces Property

If true the normals of the cylinder are set to give a smooth effect making the cylinder seem rounded. If false the cylinder will have a flat shaded look.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool SmoothFaces { get; set; }

Property Value

Type: Boolean
See Also