Describes objects that can have a ring system

interface CanHaveRings {
    asteroidField: null | AsteroidField;
    ringsUniforms: null | RingsUniforms;
}

Hierarchy (View Summary)

Properties

asteroidField: null | AsteroidField

Returns the asteroid belt of the object's ring, or null if the object has no rings

ringsUniforms: null | RingsUniforms

Returns the uniforms used to render the rings, or null if the object has no rings