Cosmos Journeyer API Documentation - v1.10.1
    Preparing search index...

    Describes objects that can have a ring system

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

    Hierarchy (View Summary)

    Index

    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