Struct LightmappingHDRP.BakeProbeOptions
Represents options to use with the BakeProbe(HDProbe, string, BakeProbeOptions) function.
Inherited Members
Namespace: UnityEditor.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Editor.dll
Syntax
public struct LightmappingHDRP.BakeProbeOptions
Fields
textureSize
The texture size to use for the bake.
Declaration
public LightmappingHDRP.BakeProbeOptions.TextureSize textureSize
Field Value
Type | Description |
---|---|
LightmappingHDRP.BakeProbeOptions.TextureSize |
Methods
NewDefault()
Constructs a LightmappingHDRP.BakeProbeOptions with default values and returns it.
Declaration
public static LightmappingHDRP.BakeProbeOptions NewDefault()
Returns
Type | Description |
---|---|
LightmappingHDRP.BakeProbeOptions | A LightmappingHDRP.BakeProbeOptions with default values. |