Class NmClipExtract
Namespace: ValveResourceFormat.IO
Assembly: ValveResourceFormat.dll
Extracts Source 2 animation clips to editable format.
csharp
public class NmClipExtractInheritance
Constructors
NmClipExtract(Resource, IFileLoader)
Initializes a new instance of the class.
csharp
public NmClipExtract(Resource resource, IFileLoader fileLoader)Parameters
resource Resource
fileLoader IFileLoader
Methods
ToContentFile()
Converts the animation clip to a content file.
csharp
public ContentFile ToContentFile()
