Meld Studio Show Layer by Name

Signature

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

Parameters

sceneName
string required

No description provided.

layerName
string required

No description provided.

connectionIdx
int
Default:
-1

No description provided.

Return Type

bool

Example

CPH.MeldStudioShowLayerByName(sceneName, layerName);
CPH.MeldStudioShowLayerByName(sceneName, layerName, connectionIdx);