void Integrate() { if (m_root == null) { Debug.LogWarning("no root object"); return; } integrationResults = MeshIntegratorEditor.Integrate(m_root).ToArray(); }
private static void MeshIntegration() => MeshIntegratorEditor.Integrate();
private static bool MeshIntegrationValidation() => MeshIntegratorEditor.IntegrateValidation();