My favorites | Sign in
Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package org.papervision3d.core.animation
{
public interface IAnimatable
{
/**
* Plays the animation.
*
* @param clip Optional clip name.
*/
function play(clip:String=null):void;

/**
* Stops the animation.
*/
function stop():void;
}
}
Show details Hide details

Change log

r708 by neoriley on Aug 25, 2008   Diff
Updating Trunk to 2.0 Beta
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 269 bytes, 17 lines
Hosted by Google Code