A delegate that handles events that occur after an animation update is finished.
A delegate that handles events that occur when the rendering frame rate for an animation falls below a minimum desirable frame rate.
    
        Specifies a timer event handler.
            
            
            シンタックス
            
        
            パラメータ
- preUpdateHandler
 
- A delegate that handles events that occur before an animation update begins.
 - postUpdateHandler
 
- A delegate that handles events that occur after an animation update is finished.
 - renderingTooSlowHandler
 
- A delegate that handles events that occur when the rendering frame rate for an animation falls below a minimum desirable frame rate.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照