// SPDX-FileCopyrightText: 2023 Unity Technologies and the glTFast authors // SPDX-License-Identifier: Apache-2.0 using UnityEngine; namespace GLTFast.FakeSchema { /// /// The material appearance of a primitive. /// [System.Serializable] class Material : NamedObject { public MaterialExtension extensions; } }