C# 클래스 Recurity.Swf.AVM1.ActionWaitForFrame

Blitzableiter ActionWaitForFrame represents the Adobe AVM1 ActionWaitForFrame
상속: AbstractAction
파일 보기 프로젝트 열기: rtezli/Blitzableiter

보호된 프로퍼티들

프로퍼티 타입 설명
_frame System.UInt16
_skipCount byte

공개 메소드들

메소드 설명
ActionWaitForFrame ( ) : System

Waits for a frame to be loaded and is stack based

ActionWaitForFrame ( UInt16 frame, byte skip ) : System

Waits for a frame to be loaded and is stack based

ToString ( ) : string

Converts the action to a string

보호된 메소드들

메소드 설명
Parse ( System sourceStream, byte sourceVersion ) : void

Read the frame to be wait for and the number of skipped actions

ParseFrom ( ) : bool

Parses the action from a string array

Render ( System outputStream ) : ulong

Writes the frame to be waiting for and the number of actions to skip back to the output stream

메소드 상세

ActionWaitForFrame() 공개 메소드

Waits for a frame to be loaded and is stack based
public ActionWaitForFrame ( ) : System
리턴 System

ActionWaitForFrame() 공개 메소드

Waits for a frame to be loaded and is stack based
public ActionWaitForFrame ( UInt16 frame, byte skip ) : System
frame System.UInt16 The number of the frame to wait for
skip byte The number of actions to skip
리턴 System

Parse() 보호된 메소드

Read the frame to be wait for and the number of skipped actions
protected Parse ( System sourceStream, byte sourceVersion ) : void
sourceStream System The source stream
sourceVersion byte The version
리턴 void

ParseFrom() 보호된 메소드

Parses the action from a string array
protected ParseFrom ( ) : bool
리턴 bool

Render() 보호된 메소드

Writes the frame to be waiting for and the number of actions to skip back to the output stream
protected Render ( System outputStream ) : ulong
outputStream System The outpustream to write to
리턴 ulong

ToString() 공개 메소드

Converts the action to a string
public ToString ( ) : string
리턴 string

프로퍼티 상세

_frame 보호되어 있는 프로퍼티

protected UInt16,System _frame
리턴 System.UInt16

_skipCount 보호되어 있는 프로퍼티

protected byte _skipCount
리턴 byte