Class AnimationGraphLoader
Namespace: ValveResourceFormat.IO
Assembly: ValveResourceFormat.dll
Resolves the animation clips referenced by a model's animation graphs (animgraph2).
csharp
public static class AnimationGraphLoaderInheritance
Methods
GetClipNames(Model, IFileLoader)
Gets the clip (.vnmclip) resource names referenced by the model's animation graphs, recursing into nested graphs. loads these clips as part of the model's animation set. The returned list is de-duplicated (each clip appears once) and preserves first-seen order.
csharp
public static IReadOnlyList<string> GetClipNames(Model model, IFileLoader fileLoader)Parameters
model Model
fileLoader IFileLoader

