GlobeAtmosphereLayer Object

Top  Previous  Next

Description

The GlobeAtmosphereLayer object holds information about how the atmosphere is rendered on a CelestialObject's globe. This object is not creatable in script, but is always created as a child object of the GlobeOptions object as seen in the example below:

 

Earth.Globe.AtmosphereLayer.UseCloudMap = 1;

 

See the Globe Layers page for more information.

 

Users cannot create instances of this type of object. However, users can access instances of this object type that have been created indirectly, for example as children of other objects. Users can also access any static properties and methods on this object type.

 

Inheritance Hierarchy: Object->GlobeAtmosphereLayer

 

Available In Editions:

Engineer

Mission

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Properties

 

Methods

 

 

See also

Globe Layers Guide