topical media & game development

talk show tell print

student-ar-org-papervision3d-core-animation-IAnimationDataProvider.ax

student-ar-org-papervision3d-core-animation-IAnimationDataProvider.ax [swf] flex


  package org.papervision3d.core.animation
  {
          import org.papervision3d.core.animation.channel.AbstractChannel3D;
          import org.papervision3d.objects.DisplayObject3D;
          
          public interface @ax-student-ar-org-papervision3d-core-animation-IAnimationDataProvider
          {
                  
Gets the default FPS.

   
                  function get fps():uint;
                  
                  
Gets a animation channel by its name. @param name
returns: the found channel.

   
                  function getAnimationChannelByName(name:String):AbstractChannel3D;
                  
                  
Gets all animation channels for a target. NOTE: when target is null, the object with this interface is used. @param target The target to get the channels for. @return Array of AnimationChannel3D.

   
                  function getAnimationChannels(target:DisplayObject3D=null):Array;
                  
                  
Gets animation channels by clip name. @param name The clip name @return Array of AnimationChannel3D.

   
                  function getAnimationChannelsByClip(name:String):Array;
          }
  }


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.