From e095052c8c9b08a0d8b0a88dc88c3ecc753d7689 Mon Sep 17 00:00:00 2001 From: Masataka SUMI Date: Sat, 4 Dec 2021 02:23:47 +0900 Subject: [PATCH] comment --- .../Runtime/UniGLTF/IO/TextureIO/GltfTextureExporter.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/UniGLTF/Runtime/UniGLTF/IO/TextureIO/GltfTextureExporter.cs b/Assets/UniGLTF/Runtime/UniGLTF/IO/TextureIO/GltfTextureExporter.cs index 09ed4ad2b..603a94c2c 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/IO/TextureIO/GltfTextureExporter.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/IO/TextureIO/GltfTextureExporter.cs @@ -17,10 +17,10 @@ namespace UniGLTF /// /// を更新し、textures の index を返す /// + /// もっとも根本の Exporter クラスのみが呼び出すべきである。 + /// 他の拡張機能などが呼び出すべきではない。 + /// /// - /// - /// - /// /// gltf texture index public static int PushGltfTexture(ExportingGltfData data, Texture2D texture, ColorSpace textureColorSpace, ITextureSerializer textureSerializer) {