Example #1
0
 public static void Sample(this Animator animator, float time, string stateName, bool normalized = false)
 {
     AnimationUtil.Sample(animator, time, stateName, normalized);
 }
Example #2
0
 public static void Sample(this Animation anim, float time, string clipName = null, bool normalized = false)
 {
     AnimationUtil.Sample(anim, time, clipName, normalized);
 }