C# Class SwfDotNet.IO.ByteCode.Actions.ActionWaitForFrame

bytecode instruction object
Inheritance: MultiByteAction
Show file Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
ActionWaitForFrame ( short wait, byte skip ) : System

constructor

Compile ( BinaryWriter w ) : void
ToString ( ) : string

overriden ToString method

Method Details

ActionWaitForFrame() public method

constructor
public ActionWaitForFrame ( short wait, byte skip ) : System
wait short
skip byte
return System

Compile() public method

public Compile ( BinaryWriter w ) : void
w System.IO.BinaryWriter
return void

ToString() public method

overriden ToString method
public ToString ( ) : string
return string