MeldStudioShowSceneByName

Shows the selected Meld Studio Scene by name

Signature

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

Parameters

sceneName
string required

Enter the Scene Name

connectionIdx
int
Default:
-1

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

Return Type

bool

Example

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