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