Nexus/Library/PackageCache/com.unity.render-pipelines.core@8903e8d3a298/Runtime/Common/IAdditionalData.cs

11 lines
180 B
C#
Raw Permalink Normal View History

2026-01-06 17:23:00 +01:00
namespace UnityEngine.Rendering
{
/// <summary>
/// Interface to identify additional data components
/// </summary>
public interface IAdditionalData
{
}
}