MeldStudioShowScene

Shows the selected Meld Studio Scene by ID

public bool MeldStudioShowScene(string sceneId, int connectionIdx = -1)
sceneId
string required

Enter the Scene Id

connectionIdx
int

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

bool
CPH.MeldStudioShowScene(sceneId);
CPH.MeldStudioShowScene(sceneId, connectionIdx);