Ejemplo n.º 1
0
        public void ApplyController(BaseController activeController)
        {
            for (int lod = 0; lod < animList.Count; ++lod)
            {
                AnimationInstance animator = animList[lod];
                animator.SetAnimation(activeController);

                SetRestPalette(lod);
            }
        }