WuhuIslandTesting/Library/PackageCache/com.unity.render-pipelines.core@8148.0.3-1/Runtime/Common/IAdditionalData.cs

11 lines
180 B
C#
Raw Normal View History

2025-01-07 02:06:59 +01:00
namespace UnityEngine.Rendering
{
/// <summary>
/// Interface to identify additional data components
/// </summary>
public interface IAdditionalData
{
}
}