Show
Ignore:
Timestamp:
11/27/07 18:47:18 (1 year ago)
Author:
phill
Message:

o Can now load and play embedded animations or those from a ST style animation.cfg file.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/x42view.net/Gui/ModelWindow.cs

    r481 r484  
    315315                        scoreDetails = null; 
    316316                } 
     317 
     318                private void pnAnims_PlayAnimationClip( object sender, AnimationClipEventArgs e ) 
     319                { 
     320                        time.SetAnimation( e.Clip ); 
     321                        time.PlayingAnimation = true; 
     322                } 
    317323                #endregion 
    318324        }