You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
610 B

using System;
namespace UnityEngine.Rendering
{
public partial class ProbeAdjustmentVolume
{
/// <summary>Whether to invalidate all probes falling within this volume.</summary>
[Obsolete("This field is only kept for migration purpose. Use mode instead. #from(2023.1)")] public bool invalidateProbes = false;
/// <summary>Whether to use a custom threshold for dilation for probes falling withing this volume.</summary>
[Obsolete("This field is only kept for migration purpose. Use mode instead. #from(2023.1)")] public bool overrideDilationThreshold = false;
}
}