C# Class SWFProcessing.SWFModeller.Frame

A frame on the timeline, which comprises a display list of instructions detailing what has changed on the stage for this frame.
Afficher le fichier Open project: WeeWorld/Swiffotron

Méthodes publiques

Méthode Description
AddTag ( IDisplayListItem dlistItem ) : void

Add something to the display list. TODO: Rename this method?

Frame ( ) : System.Collections.Generic

Initializes a new instance of a Frame.

Private Methods

Méthode Description
FindInstance ( string name ) : PlaceObject
RemoveDisplayListItem ( IDisplayListItem dli ) : void
ToStringModelView ( int nest, StringBuilder sb ) : void

Method Details

AddTag() public méthode

Add something to the display list. TODO: Rename this method?
public AddTag ( IDisplayListItem dlistItem ) : void
dlistItem IDisplayListItem The item to add.
Résultat void

Frame() public méthode

Initializes a new instance of a Frame.
public Frame ( ) : System.Collections.Generic
Résultat System.Collections.Generic