Class AnimationGraphExtract
Namespace: ValveResourceFormat.IO
Assembly: ValveResourceFormat.dll
Extracts and converts animation graph resources to editable format.
csharp
public class AnimationGraphExtractInheritance
object ← AnimationGraphExtract
Constructors
AnimationGraphExtract(Resource, IFileLoader)
Initializes a new instance of the class.
csharp
public AnimationGraphExtract(Resource resource, IFileLoader fileLoader)Parameters
resource Resource
The resource to extract from.
fileLoader IFileLoader
Properties
Parameters
Gets or sets the animation parameters.
csharp
public KVObject[] Parameters { get; set; }Property Value
KVObject[]
Tags
Gets or sets the animation tags.
csharp
public KVObject[] Tags { get; set; }Property Value
KVObject[]
Methods
ToContentFile()
Converts the animation graph to a content file.
csharp
public ContentFile ToContentFile()Returns
A content file containing the animation graph data.
ToEditableAnimGraphVersion19()
Converts the compiled animation graph to editable version 19 format.
csharp
public string ToEditableAnimGraphVersion19()Returns
The animation graph as a string in version 19 format.

