From f049177e20a276049c61edbad631c1b2bbdd5706 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 15 Oct 2020 19:05:22 +0800 Subject: -advanced inspector +odin --- .../VRM/MeshUtility/Runtime/MeshIntegrationResult.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Assets/ThirdParty/VRM/MeshUtility/Runtime/MeshIntegrationResult.cs (limited to 'Assets/ThirdParty/VRM/MeshUtility/Runtime/MeshIntegrationResult.cs') diff --git a/Assets/ThirdParty/VRM/MeshUtility/Runtime/MeshIntegrationResult.cs b/Assets/ThirdParty/VRM/MeshUtility/Runtime/MeshIntegrationResult.cs new file mode 100644 index 00000000..91742fc8 --- /dev/null +++ b/Assets/ThirdParty/VRM/MeshUtility/Runtime/MeshIntegrationResult.cs @@ -0,0 +1,13 @@ +using System.Collections.Generic; +using UnityEngine; + +namespace MeshUtility +{ + [System.Serializable] + public class MeshIntegrationResult + { + public List SourceSkinnedMeshRenderers = new List(); + public List SourceMeshRenderers = new List(); + public SkinnedMeshRenderer IntegratedRenderer; + } +} -- cgit v1.1-26-g67d0