Struct GlobalDecalSettings
Global Decal Settings.
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Serializable]
public struct GlobalDecalSettings
Fields
atlasHeight
Decal atlas height in pixels.
Declaration
public int atlasHeight
Field Value
Type | Description |
---|---|
int |
atlasWidth
Decal atlas width in pixels.
Declaration
public int atlasWidth
Field Value
Type | Description |
---|---|
int |
drawDistance
Maximum draw distance.
Declaration
public int drawDistance
Field Value
Type | Description |
---|---|
int |
perChannelMask
Enables per channel mask.
Declaration
public bool perChannelMask
Field Value
Type | Description |
---|---|
bool |
transparentTextureResolution
Resolution of textures in the decal atlas for shader graphs that affect transparent materials
Declaration
public IntScalableSetting transparentTextureResolution
Field Value
Type | Description |
---|---|
IntScalableSetting |