Net-Game/Library/PackageCache/com.unity.render-pipelines.core@e13fb214c240/Runtime/Common/IAdditionalData.cs
2025-03-28 08:33:16 -04:00

11 lines
180 B
C#

namespace UnityEngine.Rendering
{
/// <summary>
/// Interface to identify additional data components
/// </summary>
public interface IAdditionalData
{
}
}