Scene.ShadeSkyBasedOnAltitude 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Boolean
See Also