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

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