MeldStudioShowSceneByName

Shows the selected Meld Studio Scene by name

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

Enter the Scene Name

connectionIdx
int

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

bool
CPH.MeldStudioShowSceneByName(sceneName);
CPH.MeldStudioShowSceneByName(sceneName, connectionIdx);