Click or drag to resize

CSGSphereSetSmoothFaces Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.CSGSphere.SetSmoothFaces(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSmoothFaces is deprecated. Use the SmoothFaces property instead.")]
public void SetSmoothFaces(
	bool smoothFaces
)

Parameters

smoothFaces
Type: SystemBoolean

[Missing <param name="smoothFaces"/> documentation for "M:Godot.CSGSphere.SetSmoothFaces(System.Boolean)"]

See Also