Click or drag to resize

SphereMeshSetIsHemisphere Method

Note: This API is now obsolete.

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

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

Parameters

isHemisphere
Type: SystemBoolean

[Missing <param name="isHemisphere"/> documentation for "M:Godot.SphereMesh.SetIsHemisphere(System.Boolean)"]

See Also