void Integrate()
        {
            if (m_root == null)
            {
                Debug.LogWarning("no root object");
                return;
            }

            integrationResults = MeshIntegratorEditor.Integrate(m_root).ToArray();
        }
Beispiel #2
0
 private static void MeshIntegration() => MeshIntegratorEditor.Integrate();
Beispiel #3
0
 private static bool MeshIntegrationValidation() => MeshIntegratorEditor.IntegrateValidation();