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

    Class EmptyCelestialBody<TObjectType>

    Describes all celestial bodies (a combination of OrbitalObject, CanHaveRings)

    Type Parameters

    Implements

    Index

    Constructors

    Properties

    asteroidField: null

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

    model:
        | Extract<DeepReadonly<DarkKnightModel>, { type: TObjectType }>
        | Extract<DeepReadonly<JuliaSetModel>, { type: TObjectType }>
        | Extract<DeepReadonly<MandelboxModel>, { type: TObjectType }>
        | Extract<DeepReadonly<MandelbulbModel>, { type: TObjectType }>
        | Extract<DeepReadonly<MengerSpongeModel>, { type: TObjectType }>
        | Extract<DeepReadonly<SierpinskiPyramidModel>, { type: TObjectType }>
        | Extract<DeepReadonly<GasPlanetModel>, { type: TObjectType }>
        | Extract<DeepReadonly<BlackHoleModel>, { type: TObjectType }>
        | Extract<DeepReadonly<NeutronStarModel>, { type: TObjectType }>
        | Extract<DeepReadonly<StarModel>, { type: TObjectType }>
        | Extract<DeepReadonly<TelluricPlanetModel>, { type: TObjectType }>
        | Extract<DeepReadonly<TelluricSatelliteModel>, { type: TObjectType }>
    ringsUniforms: null

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

    targetInfo: TargetInfo

    Methods