SceneShadeSkyBasedOnAltitude Property |
Gets or sets whether the sky will be shaded based on
Camera altitude.
When
ShadeSkyBasedOnAltitude is set to true, the sky
will become more blue as the Camera gets closer to the surface of the
CentralBody.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool ShadeSkyBasedOnAltitude { get; set; }
Public Property ShadeSkyBasedOnAltitude As Boolean
Get
Set
public:
property bool ShadeSkyBasedOnAltitude {
bool get ();
void set (bool value);
}
member ShadeSkyBasedOnAltitude : bool with get, set
Property Value
Type:
BooleanSee Also