7 lines
196 B
C#
7 lines
196 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
#if UNITY_EDITOR
|
|
[assembly: InternalsVisibleTo("Unity.XR.ARSubsystems.Editor")]
|
|
[assembly: InternalsVisibleTo("Unity.XR.ARSubsystems.Editor.Tests")]
|
|
#endif
|