Struct LightmappingHDRP.BakeProbeOptions.TextureSize
Represents the size of a probe's baked texture.
Inherited Members
Namespace: UnityEditor.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Editor.dll
Syntax
public struct LightmappingHDRP.BakeProbeOptions.TextureSize
Fields
| Name | Description |
|---|---|
| customValue | The value used in the CustomValue mode. |
| mode | The method to use to determine the size of the baked texture. |
Methods
| Name | Description |
|---|---|
| Evaluate(HDProbe) | Evaluates a probe and gets the texture size to use for baking. |
| NewDefault() | Returns a LightmappingHDRP.BakeProbeOptions.TextureSize with default values. |