Click or drag to resize

ProceduralSky Properties

The ProceduralSky type exposes the following members.

Properties
  NameDescription
Public propertyDynamicObject
Gets a new DynamicGodotObject associated with this instance.
(Inherited from Object.)
Public propertyGroundBottomColor

Color of the ground at the bottom.

Public propertyGroundCurve

How quickly the GroundHorizonColor fades into the GroundBottomColor.

Public propertyGroundEnergy

Amount of energy contribution from the ground.

Public propertyGroundHorizonColor

Color of the ground at the horizon.

Public propertyNativeInstance (Inherited from Object.)
Public propertyRadianceSize

The Sky's radiance map size. The higher the radiance map size, the more detailed the lighting from the Sky will be.

See SkyRadianceSizeEnum constants for values.

Note: Some hardware will have trouble with higher radiance sizes, especially and above. Only use such high values on high-end hardware.

(Inherited from Sky.)
Public propertyResourceLocalToScene

If true, the resource will be made unique in each instance of its local scene. It can thus be modified in a scene instance without impacting other instances of that same scene.

(Inherited from Resource.)
Public propertyResourceName

The name of the resource. This is an optional identifier. If ResourceName is not empty, its value will be displayed to represent the current resource in the editor inspector. For built-in scripts, the ResourceName will be displayed as the tab name in the script editor.

(Inherited from Resource.)
Public propertyResourcePath

The path to the resource. In case it has its own file, it will return its filepath. If it's tied to the scene, it will return the scene's path, followed by the resource's index.

(Inherited from Resource.)
Public propertySkyCurve

How quickly the SkyHorizonColor fades into the SkyTopColor.

Public propertySkyEnergy

Amount of energy contribution from the sky.

Public propertySkyHorizonColor

Color of the sky at the horizon.

Public propertySkyTopColor

Color of the sky at the top.

Public propertySunAngleMax

Distance from center of sun where it fades out completely.

Public propertySunAngleMin

Distance from sun where it goes from solid to starting to fade.

Public propertySunColor

The sun's color.

Public propertySunCurve

How quickly the sun fades away between SunAngleMin and SunAngleMax.

Public propertySunEnergy

Amount of energy contribution from the sun.

Public propertySunLatitude

The sun's height using polar coordinates.

Public propertySunLongitude

The direction of the sun using polar coordinates.

Public propertyTextureSize
Top
See Also