Signature

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

Parameters

sceneId
string required

No description provided.

connectionIdx
int
Default:
-1

No description provided.

Return Type

bool

Example

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