Méthode | Description | |
---|---|---|
FindInstance ( string name ) : PlaceObject | ||
Sprite ( |
Initializes a new instance of a sprite by cloning another timeline.
|
|
Sprite ( uint frameCount, SWF root ) : System.Collections.Generic |
Initializes a new instance of a sprite and empty timeline.
|
|
SpriteProc ( SpriteProcessor sp ) : void |
Calls a delegate method on each descendant sprite in this sprite.
|
|
ToString ( ) : string |
Renders the sprite as a string. Used only in test/debug console output.
|
|
ToStringModelView ( int nest, |
Unit test method present in the debug build. Renders the object as text that can be written to a diffable output file.
|
Méthode | Description | |
---|---|---|
PopulateCharacterRefList ( ListSet |
||
RemapFonts ( SWF incoming, SWF root ) : void |
This will alter the incoming SWF's font references. Any new fonts will be left untouched. Any fonts that exist in root already will have their glyphs imported into the root SWF's fonts and references will re-point to the now possibly larger font. Any fonts that exist only in incoming will be left alone since importing the SWF as a movieclip will automatically make those fonts part of root.
|
public FindInstance ( string name ) : PlaceObject | ||
name | string | |
Résultat | PlaceObject |
public Sprite ( |
||
srcTimeline | The timeline to clone. | |
root | SWF | |
className | string | If the cloned timeline is a SWF, then /// you should pass in a class name here. The MainTimeline class /// will be renamed in here to this new name. |
Résultat | System.Collections.Generic |
public Sprite ( uint frameCount, SWF root ) : System.Collections.Generic | ||
frameCount | uint | The initial number of empty frames on /// the timeline. |
root | SWF | |
Résultat | System.Collections.Generic |
public SpriteProc ( SpriteProcessor sp ) : void | ||
sp | SpriteProcessor | |
Résultat | void |
public ToStringModelView ( int nest, |
||
nest | int | The current nest level in our output |
sb | The buffer that is accumulating output. | |
oneLiner | bool | |
Résultat | void |