11 lines
470 B
C#
11 lines
470 B
C#
// SPDX-FileCopyrightText: 2024 Unity Technologies and the glTFast authors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("glTF-test-framework.Tests")] // TODO: Remove once those tests are no longer used.\
|
|
[assembly: InternalsVisibleTo("glTFast.Editor.Tests")]
|
|
[assembly: InternalsVisibleTo("glTFast.Editor")]
|
|
[assembly: InternalsVisibleTo("glTFast.Export")]
|
|
[assembly: InternalsVisibleTo("glTFast.Tests")]
|