Class AnimationGraphExtract
Namespace: ValveResourceFormat.IO
Assembly: ValveResourceFormat.dll
Extracts and converts animation graph resources to editable format.
public class AnimationGraphExtract : IDisposableInheritance
object ← AnimationGraphExtract
Implements
Constructors
AnimationGraphExtract(Resource, IFileLoader)
Initializes a new instance of the class.
public AnimationGraphExtract(Resource resource, IFileLoader fileLoader)Parameters
resource Resource
The resource to extract from.
fileLoader IFileLoader
Properties
Parameters
Gets or sets the animation parameters.
public IReadOnlyList<KVObject> Parameters { get; set; }Property Value
IReadOnlyList<KVObject>
Tags
Gets or sets the animation tags.
public IReadOnlyList<KVObject> Tags { get; set; }Property Value
IReadOnlyList<KVObject>
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()Dispose(bool)
Releases resources used by this instance.
protected virtual void Dispose(bool disposing)Parameters
disposing bool
ToContentFile()
Converts the animation graph to a content file.
public ContentFile ToContentFile()Returns
A content file containing the animation graph data.
ToEditableAnimGraphVersion19()
Converts the compiled animation graph to editable version 19 format.
public string ToEditableAnimGraphVersion19()Returns
The animation graph as a KV3 string in version 19 format.

