| Package | com.threerings.display |
| Class | public class TextCharAnimation |
| Inheritance | TextCharAnimation flash.display.Sprite |
| Implements | Animation |
| Subclasses | SiningTextAnimation |
| Property | Defined by | ||
|---|---|---|---|
| _fn : Function | TextCharAnimation | ||
| _texts : Array | TextCharAnimation | ||
| Method | Defined by | ||
|---|---|---|---|
|
TextCharAnimation(text:String, fn:Function, textArgs:Object)
| TextCharAnimation | ||
|
updateAnimation(elapsed:Number):void
| TextCharAnimation | ||
| _fn | property |
protected var _fn:Function
| _texts | property |
protected var _texts:Array
| TextCharAnimation | () | constructor |
public function TextCharAnimation(text:String, fn:Function, textArgs:Object)Parameters
text:String |
|
fn:Function |
|
textArgs:Object |
| updateAnimation | () | method |
public function updateAnimation(elapsed:Number):voidParameters
elapsed:Number |