Enum LocalVolumetricFogScaleMode
The scaling mode to apply to Local Volumetric Fog.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum LocalVolumetricFogScaleMode
Fields
Name | Description |
---|---|
InheritFromHierarchy | Multiplies the lossy scale of the Transform with the Local Volumetric Fog's size then applies this to the Local Volumetric Fog component. |
ScaleInvariant | Ignores the transformation hierarchy and uses the scale values in the Local Volumetric Fog component directly. |