From cfd8ad3fc792ec24bcedbe0cf9e07280f6b16b44 Mon Sep 17 00:00:00 2001 From: notargs Date: Thu, 11 Nov 2021 14:43:03 +0900 Subject: [PATCH] =?UTF-8?q?MeshVertex=E3=82=92internal=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshVertex.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshVertex.cs b/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshVertex.cs index 32c66871f..a3f30ed97 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshVertex.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshVertex.cs @@ -9,7 +9,7 @@ namespace UniGLTF /// そのままGPUにアップロードされる /// [StructLayout(LayoutKind.Sequential, Pack = 1)] - public readonly struct MeshVertex + internal readonly struct MeshVertex { public readonly Vector3 Position; public readonly Vector3 Normal;