using GLTF.Schema; namespace GLTF { /// /// Represents a GLTFObject /// public interface IGLTFObject { GLTFRoot Root { get; } } }