C# Class SWFProcessing.SWFModeller.Modelling.Timeline

Timeline objects are simply objects that have frames in them.
Afficher le fichier Open project: WeeWorld/Swiffotron Class Usage Examples

Protected Properties

Свойство Type Description
FrameList List
LayerList List

Méthodes publiques

Méthode Description
CharacterProc ( CharacterProcessor cp ) : void
FontProc ( FontProcessor fd ) : void
GetFrame ( int idx ) : Frame

Gets a frame. If the frame doesn't exist, the timeline will be extended to make it exist.

GetFreeLayer ( Layer position ) : Layer
GetLayer ( int depth ) : Layer
GetLayerIndex ( Layer layer ) : int
Instantiate ( int frameNum, Sprite sprite, Layer layering, Matrix position, string instanceName, string qClassName ) : void
RemoveInstance ( string name ) : bool

Method Details

CharacterProc() public méthode

public CharacterProc ( CharacterProcessor cp ) : void
cp CharacterProcessor
Résultat void

FontProc() public méthode

public FontProc ( FontProcessor fd ) : void
fd FontProcessor
Résultat void

GetFrame() public méthode

Gets a frame. If the frame doesn't exist, the timeline will be extended to make it exist.
public GetFrame ( int idx ) : Frame
idx int 1-based frame index.
Résultat Frame

GetFreeLayer() public méthode

public GetFreeLayer ( Layer position ) : Layer
position Layer
Résultat Layer

GetLayer() public méthode

public GetLayer ( int depth ) : Layer
depth int
Résultat Layer

GetLayerIndex() public méthode

public GetLayerIndex ( Layer layer ) : int
layer Layer
Résultat int

Instantiate() public méthode

public Instantiate ( int frameNum, Sprite sprite, Layer layering, Matrix position, string instanceName, string qClassName ) : void
frameNum int
sprite SWFProcessing.SWFModeller.Characters.Sprite
layering Layer
position SWFProcessing.ModellingUtils.Geom.Matrix
instanceName string
qClassName string
Résultat void

RemoveInstance() public méthode

public RemoveInstance ( string name ) : bool
name string
Résultat bool

Property Details

FrameList protected_oe property

protected List FrameList
Résultat List

LayerList protected_oe property

protected List LayerList
Résultat List