using UnityEngine; namespace Needle.Engine.Gltf { public struct TextureExportSettings { public Texture Texture; public int MaxSize; public bool Linear; } }