Table of Contents
Class to statically store RuntimeAnimationControllers for different animations
public static class Animations
Inheritance System.Object Animations
Gets an AnimationController by its name, or null if there isn't one with that name
public static RuntimeAnimatorController Get(string name);
name
System.String