Layers

C# Methods for Meld Studio > Layers

MeldStudioHideLayerByName

Hides the selected Meld Studio Layer by name

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

MeldStudioShowLayerByName

Shows the selected Meld Studio Layer by name

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

MeldStudioConnect

Connects a configured Meld Studio instance

0.2.5
public bool MeldStudioConnect(int connectionIdx = -1)

MeldStudioDisconnect

Disconnects a configured Meld Studio instance

0.2.5
public void MeldStudioDisconnect(int connectionIdx = -1)

MeldStudioGetConnectionByName

Gets the name of the currently connected instance of Meld Studio

0.2.5
public int MeldStudioGetConnectionByName(string name)

MeldStudioIsConnected

Checks if a configured Meld Studio instance is connected

0.2.5
public bool MeldStudioIsConnected(int connectionIdx = -1)

MeldStudioShowScene

Shows the selected Meld Studio Scene by ID

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

MeldStudioShowSceneByName

Shows the selected Meld Studio Scene by name

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