Class ChoreoExtract
Namespace: ValveResourceFormat.IO
Assembly: ValveResourceFormat.dll
Extracts choreography scene data from VCD list resources.
csharp
public class ChoreoExtractInheritance
Constructors
ChoreoExtract(Resource)
Initializes a new instance of the class.
csharp
public ChoreoExtract(Resource vcdlistResource)Parameters
vcdlistResource Resource
Resource containing choreography scene data.
Methods
ToContentFile()
Converts choreography data to a content file with individual scene files.
csharp
public ContentFile ToContentFile()Returns
Content file containing the choreography scenes.

