UnityGame/Library/PackageCache/com.unity.render-pipelines.core/Runtime/Common/IAdditionalData.cs

11 lines
180 B
C#
Raw Normal View History

2024-10-27 10:53:47 +03:00
namespace UnityEngine.Rendering
{
/// <summary>
/// Interface to identify additional data components
/// </summary>
public interface IAdditionalData
{
}
}