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

ButtonCondaction
显示文件 Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method 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 method

Creates a new ButtonCondaction instance.
public ButtonCondaction ( ) : System
return System

ButtonCondaction() public method

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.
return System

GetSizeOf() public method

Gets the size of.
public GetSizeOf ( ) : int
return int

ReadData() public method

Reads the data.
public ReadData ( BufferedBinaryReader binaryReader, ushort condActionSize ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
condActionSize ushort Size of the cond action.
return void

WriteTo() public method

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