Committed Layers

Returns Layer[] buffer describing the committed track layers.

Syntax

function getCommittedTrackLayers(state) {
  return state.simulator.committedEngine.engine.state.layers;
}