using System; namespace UnityEngine.Rendering { public struct ReflectionProbeBlendInfo { public ReflectionProbe probe; public float weight; } }