Click or drag to resize

SphereMeshIsHemisphere Property

If true, a hemisphere is created rather than a full sphere.

Note: To get a regular hemisphere, the height and radius of the sphere must be equal.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool IsHemisphere { get; set; }

Property Value

Type: Boolean
See Also