Class ProceduralSky
Inheritance
ProceduralSky
Syntax
[VolumeComponentMenu("Sky/Procedural Sky")]
[SkyUniqueID(2)]
public class ProceduralSky : SkySettings
Fields
atmosphereThickness
Declaration
[Tooltip("Sets the density of the atmosphere.")]
public ClampedFloatParameter atmosphereThickness
Field Value
enableSunDisk
Declaration
[Tooltip("When enabled, HDRP displays the sun disk.")]
public BoolParameter enableSunDisk
Field Value
groundColor
Declaration
[Tooltip("Sets the color of the ground, the area below the horizon.")]
public ColorParameter groundColor
Field Value
skyTint
Declaration
[Tooltip("Sets the color of the sky.")]
public ColorParameter skyTint
Field Value
sunSize
Declaration
[Tooltip("Sets the size modifier of the sun disk.")]
public ClampedFloatParameter sunSize
Field Value
sunSizeConvergence
Declaration
[Tooltip("Sets the size convergence of the sun, smaller values make the sun appear larger.")]
public ClampedFloatParameter sunSizeConvergence
Field Value
Methods
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
GetSkyRendererType()
Declaration
public override Type GetSkyRendererType()
Returns
Overrides