Ejemplo n.º 1
0
        private void UpdateLogic()
        {
            BlackBoard bb     = GetBlackBorad();
            int        length = _tracks.Count;

            for (int i = 0; i < length; i++)
            {
                TrackLine trakcLine = _tracks[i];
                trakcLine.Update(_curFrame, bb);
            }
        }