C# Class OpenRA.FileFormats.VocFormat.VocBlock

Show file Open project: cjshmyr/OpenRA

Public Properties

Property Type Description
Code int
Length int
LoopBlock VocLoopBlock
SampleBlock VocSampleBlock

Property Details

Code public property

public int Code
return int

Length public property

public int Length
return int

LoopBlock public property

public VocLoopBlock LoopBlock
return VocLoopBlock

SampleBlock public property

public VocSampleBlock SampleBlock
return VocSampleBlock