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