コード例 #1
0
        void Integrate()
        {
            if (m_root == null)
            {
                Debug.LogWarning("no root object");
                return;
            }

            integrationResults = MeshIntegratorEditor.Integrate(m_root).ToArray();
        }
コード例 #2
0
ファイル: VrmTopMenu.cs プロジェクト: Santarh/UniVRM
 private static void MeshIntegration() => MeshIntegratorEditor.Integrate();