MeldStudioShowLayerByName

Shows the selected Meld Studio Layer by name

public bool MeldStudioShowLayerByName(string sceneName, string layerName, int connectionIdx = -1)
sceneName
string required

Enter the Scene Name

layerName
string required

Enter the Layer Name

connectionIdx
int

Enter the connection index number (-1 is a fallback for the Default connection)

bool
CPH.MeldStudioShowLayerByName(sceneName, layerName);
CPH.MeldStudioShowLayerByName(sceneName, layerName, connectionIdx);