Class ProceduralSky
Inherited Members
UnityEngine.Rendering.VolumeComponent.active
UnityEngine.Rendering.VolumeComponent.OnEnable()
UnityEngine.Rendering.VolumeComponent.OnDisable()
UnityEngine.Rendering.VolumeComponent.Override(UnityEngine.Rendering.VolumeComponent, System.Single)
UnityEngine.Rendering.VolumeComponent.SetAllOverridesTo(System.Boolean)
UnityEngine.Rendering.VolumeComponent.OnDestroy()
UnityEngine.Rendering.VolumeComponent.Release()
UnityEngine.Rendering.VolumeComponent.displayName
UnityEngine.Rendering.VolumeComponent.parameters
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
[SkyUniqueID(2)]
public class ProceduralSky : SkySettings
Fields
atmosphereThickness
Declaration
[Tooltip("Sets the density of the atmosphere.")]
public ClampedFloatParameter atmosphereThickness
Field Value
Type | Description |
---|---|
UnityEngine.Rendering.ClampedFloatParameter |
enableSunDisk
Declaration
[Tooltip("When enabled, HDRP displays the sun disk.")]
public BoolParameter enableSunDisk
Field Value
Type | Description |
---|---|
UnityEngine.Rendering.BoolParameter |
groundColor
Declaration
[Tooltip("Sets the color of the ground, the area below the horizon.")]
public ColorParameter groundColor
Field Value
Type | Description |
---|---|
UnityEngine.Rendering.ColorParameter |
skyTint
Declaration
[Tooltip("Sets the color of the sky.")]
public ColorParameter skyTint
Field Value
Type | Description |
---|---|
UnityEngine.Rendering.ColorParameter |
sunSize
Declaration
[Tooltip("Sets the size modifier of the sun disk.")]
public ClampedFloatParameter sunSize
Field Value
Type | Description |
---|---|
UnityEngine.Rendering.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 |
---|---|
UnityEngine.Rendering.ClampedFloatParameter |
Methods
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 |
Overrides
GetSkyRendererType()
Declaration
public override Type GetSkyRendererType()
Returns
Type | Description |
---|---|
Type |