6 lines
240 B
C#
6 lines
240 B
C#
|
|
using System.Runtime.CompilerServices;
|
||
|
|
|
||
|
|
[assembly: InternalsVisibleTo("Unity.RenderStreaming.RuntimeTests")]
|
||
|
|
[assembly: InternalsVisibleTo("Unity.RenderStreaming.EditorTests")]
|
||
|
|
[assembly: InternalsVisibleTo("Unity.RenderStreaming.Editor")]
|