Files
2025-11-30 08:35:03 +02:00

12 lines
424 B
C#

// SPDX-FileCopyrightText: 2024 Unity Technologies and the glTFast authors
// SPDX-License-Identifier: Apache-2.0
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("glTFast.Editor")]
[assembly: InternalsVisibleTo("glTFast.Editor.Tests")]
[assembly: InternalsVisibleTo("glTFast.Tests")]
// TODO: Remove once tests are transferred into package
[assembly: InternalsVisibleTo("glTF-test-framework.Tests")]