Click or drag to resize

CapsuleMeshSetRadialSegments Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.CapsuleMesh.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 segments
)

Parameters

segments
Type: SystemInt32

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

See Also