Show Scene by Name
Signature
public bool MeldStudioShowSceneByName(string sceneName, int connectionIdx = -1)
Parameters
sceneName
string required
No description provided.
connectionIdx
int
Default:
-1
No description provided.
Return Type
bool
Example
CPH.MeldStudioShowSceneByName(sceneName);
CPH.MeldStudioShowSceneByName(sceneName, connectionIdx);