C# Class SwfDotNet.IO.Tags.Types.ButtonCondaction

ButtonCondaction
Afficher le fichier Open project: bladecoding/SwfExport Class Usage Examples

Méthodes publiques

Méthode Description
ButtonCondaction ( ) : System

Creates a new ButtonCondaction instance.

ButtonCondaction ( byte condO, byte condKey, byte actions ) : System

Creates a new ButtonCondaction instance.

GetSizeOf ( ) : int

Gets the size of.

ReadData ( BufferedBinaryReader binaryReader, ushort condActionSize ) : void

Reads the data.

WriteTo ( BinaryWriter writer ) : void

Writes to a binary writer

Method Details

ButtonCondaction() public méthode

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

ButtonCondaction() public méthode

Creates a new ButtonCondaction instance.
public ButtonCondaction ( byte condO, byte condKey, byte actions ) : System
condO byte Cond O.
condKey byte Cond key.
actions byte Actions.
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 ( BufferedBinaryReader binaryReader, ushort condActionSize ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
condActionSize ushort Size of the cond action.
Résultat void

WriteTo() public méthode

Writes to a binary writer
public WriteTo ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter Writer.
Résultat void