Click or drag to resize

CSGSphereSetRadialSegments Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetRadialSegments is deprecated. Use the RadialSegments property instead.")]
public void SetRadialSegments(
	int radialSegments
)

Parameters

radialSegments
Type: SystemInt32

[Missing <param name="radialSegments"/> documentation for "M:Godot.CSGSphere.SetRadialSegments(System.Int32)"]

See Also