11 lines
180 B
C#
11 lines
180 B
C#
|
|
namespace UnityEngine.Rendering
|
|
{
|
|
/// <summary>
|
|
/// Interface to identify additional data components
|
|
/// </summary>
|
|
public interface IAdditionalData
|
|
{
|
|
}
|
|
}
|