Rasagar/Library/PackageCache/com.unity.render-pipelines.core/Runtime/Common/IAdditionalData.cs
2024-08-26 23:07:20 +03:00

11 lines
180 B
C#

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