Enum LightmappingHDRP.BakeProbeOptions.TextureSize.Mode
Options for which method to use to determine the size of the baked texture.
Namespace: UnityEditor.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Editor.dll
Syntax
public enum LightmappingHDRP.BakeProbeOptions.TextureSize.Mode
Fields
Name | Description |
---|---|
CustomValue | Uses the value of customValue as the size of the baked texture. |
UseProbeResolution | Uses the probe's resolution as the size of the baked texture. |