My favorites | Sign in
Logo
                
Changes to /trunk/as3/trunk/src/org/papervision3d/core/animation/IAnimatable.as
r0 vs. r708   Edit
  Compare: vs.   Format:
Revision r708
Go to: 
Project members, sign in to write a code review
/trunk/as3/trunk/src/org/papervision3d/core/animation/IAnimatable.as   r0 /trunk/as3/trunk/src/org/papervision3d/core/animation/IAnimatable.as   r708
  1 package org.papervision3d.core.animation
  2 {
  3 public interface IAnimatable
  4 {
  5 /**
  6 * Plays the animation.
  7 *
  8 * @param clip Optional clip name.
  9 */
  10 function play(clip:String=null):void;
  11
  12 /**
  13 * Stops the animation.
  14 */
  15 function stop():void;
  16 }
  17 }
Hosted by Google Code