Table of Contents

Class ProceduralMusic.ProceduralMusicInstruction.Layer

Namespace
Music
Assembly
Assembly-CSharp.dll
public class ProceduralMusic.ProceduralMusicInstruction.Layer
Inheritance
ProceduralMusic.ProceduralMusicInstruction.Layer
Inherited Members

Constructors

Layer(int)

public Layer(int layerIndex)

Parameters

layerIndex int

Fields

layerIndex

public int layerIndex

Field Value

int

tracks

public List<ProceduralMusic.ProceduralMusicInstruction.Track> tracks

Field Value

List<ProceduralMusic.ProceduralMusicInstruction.Track>