Instance Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
radius
Radius of sphere.
SphereMesh.swift:17final var radius: Double { get set }
Other members in extension
Type members
Instance members
var height: Double
Full height of the sphere.
var isHemisphere: Bool
If
true
, a hemisphere is created rather than a full sphere.var radialSegments: Int32
Number of radial segments on the sphere.
var rings: Int32
Number of segments along the height of the sphere.