Files
AR-Menu/Library/PackageCache/com.unity.cloud.gltfast@db5a82ec0b47/Runtime/Scripts/Schema/FakeSchema/NamedObject.cs
2025-11-30 08:35:03 +02:00

13 lines
237 B
C#

// SPDX-FileCopyrightText: 2023 Unity Technologies and the glTFast authors
// SPDX-License-Identifier: Apache-2.0
namespace GLTFast.FakeSchema
{
[System.Serializable]
class NamedObject
{
public string name;
}
}