Class AnimationGroupLoader
Namespace: ValveResourceFormat.IO
Assembly: ValveResourceFormat.dll
Loads animation data from animation group resources.
csharp
public static class AnimationGroupLoaderInheritance
Methods
LoadAnimationGroup(Resource, IFileLoader, Skeleton, FlexController[])
Loads all animations from an animation group resource.
csharp
public static IEnumerable<Animation> LoadAnimationGroup(Resource resource, IFileLoader fileLoader, Skeleton skeleton, FlexController[] flexControllers)Parameters
resource Resource
The animation group resource to load from.
fileLoader IFileLoader
File loader for loading external animation files.
skeleton Skeleton
The skeleton to apply animations to.
flexControllers FlexController[]
Flex controllers for facial animations.
Returns
Collection of loaded animations.

