Class CloudLayer
Cloud Layer Volume Component. This component setups the Cloud Layer for rendering.
Implements
Inherited Members
VolumeComponent.active
VolumeComponent.displayName
VolumeComponent.parameters
VolumeComponent.OnEnable()
VolumeComponent.OnDisable()
VolumeComponent.AnyPropertiesIsOverridden()
VolumeComponent.OnDestroy()
VolumeComponent.Release()
VolumeComponent.GetSourceTerm()
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance<T>()
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindObjectOfType<T>()
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[VolumeComponentMenu("Sky/Cloud Layer")]
[SupportedOnRenderPipeline(typeof(HDRenderPipelineAsset))]
[CloudUniqueID(1)]
public class CloudLayer : CloudSettings, IApplyRevertPropertyContextMenuItemProvider
Fields
Name | Description |
---|---|
layerA | Layer A. |
layerB | Layer B. |
layers | Choose the number of cloud layers. |
opacity | Controls the global opacity of the cloud layer. |
resolution | Choose the resolution of the baked cloud texture. |
shadowMultiplier | Controls the opacity of the cloud shadows. |
shadowResolution | Choose the resolution of the texture for the cloud shadows. |
shadowSize | Specifies the size of the projected shadows. |
shadowTint | Controls the tint of the cloud shadows. |
upperHemisphereOnly | Enable to cover only the upper part of the sky. |
Methods
Name | Description |
---|---|
GetCloudRendererType() | Returns CloudLayerRenderer type. |
GetHashCode() | Returns the hash code of the CloudLayer parameters. |