public bool MeldStudioShowLayerByName(string sceneName, string layerName, int connectionIdx = -1)
Enter the Scene Name
Enter the Layer Name
-1
Enter the connection index number (-1 is a fallback for the Default connection)
bool
CPH.MeldStudioShowLayerByName(sceneName, layerName);
CPH.MeldStudioShowLayerByName(sceneName, layerName, connectionIdx);