C# Класс 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.

Наследование: BaseTag, DefineTargetTagContainer
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

ChangedTarget() публичный Метод

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.
Результат void

ExportAssetsTag() публичный Метод

Creates a new ExportAssetsTag instance.
public ExportAssetsTag ( ) : System
Результат System

ExportAssetsTag() публичный Метод

Creates a new ExportAssetsTag instance.
public ExportAssetsTag ( Assert exportedCharacters ) : System
exportedCharacters SwfDotNet.IO.Tags.Types.Assert Exported characters.
Результат System

GetSizeOf() публичный Метод

Gets the size of.
public GetSizeOf ( ) : int
Результат int

ReadData() публичный Метод

Reads the data.
public ReadData ( byte version, BufferedBinaryReader binaryReader ) : void
version byte Version.
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
Результат void

Serialize() публичный Метод

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
Результат void

TargetTo() публичный Метод

Targets to.
public TargetTo ( ushort characterId, Hashtable history ) : bool
characterId ushort The character id.
history System.Collections.Hashtable The history.
Результат bool

UpdateData() публичный Метод

see base class
public UpdateData ( byte version ) : void
version byte
Результат void