C# Class SwfDotNet.IO.Tags.ExportAssetsTag

ExportAssetsTag is used to export shapes and other objects so they can be used in another Flash file.

Since the identifier for an object is only unique within a given Flash file, each object exported must be given a name so it can referenced when it is imported.

This tag was introduced in Flash 5.

Inheritance: BaseTag, DefineTargetTagContainer
Afficher le fichier Open project: bladecoding/SwfExport Class Usage Examples

Méthodes publiques

Méthode Description
ChangedTarget ( ushort id, ushort newId, Hashtable history ) : void

Changeds the target.

ExportAssetsTag ( ) : System

Creates a new ExportAssetsTag instance.

ExportAssetsTag ( Assert exportedCharacters ) : System

Creates a new ExportAssetsTag instance.

GetSizeOf ( ) : int

Gets the size of.

ReadData ( byte version, BufferedBinaryReader binaryReader ) : void

Reads the data.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

TargetTo ( ushort characterId, Hashtable history ) : bool

Targets to.

UpdateData ( byte version ) : void

see base class

Method Details

ChangedTarget() public méthode

Changeds the target.
public ChangedTarget ( ushort id, ushort newId, Hashtable history ) : void
id ushort The id.
newId ushort The new id.
history System.Collections.Hashtable The history.
Résultat void

ExportAssetsTag() public méthode

Creates a new ExportAssetsTag instance.
public ExportAssetsTag ( ) : System
Résultat System

ExportAssetsTag() public méthode

Creates a new ExportAssetsTag instance.
public ExportAssetsTag ( Assert exportedCharacters ) : System
exportedCharacters SwfDotNet.IO.Tags.Types.Assert Exported characters.
Résultat System

GetSizeOf() public méthode

Gets the size of.
public GetSizeOf ( ) : int
Résultat int

ReadData() public méthode

Reads the data.
public ReadData ( byte version, BufferedBinaryReader binaryReader ) : void
version byte Version.
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
Résultat void

Serialize() public méthode

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
Résultat void

TargetTo() public méthode

Targets to.
public TargetTo ( ushort characterId, Hashtable history ) : bool
characterId ushort The character id.
history System.Collections.Hashtable The history.
Résultat bool

UpdateData() public méthode

see base class
public UpdateData ( byte version ) : void
version byte
Résultat void