Click or drag to resize

CapsuleMeshSetRings Method

Note: This API is now obsolete.

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

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

Parameters

rings
Type: SystemInt32

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

See Also