프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_frame | |||
_skipCount | byte |
메소드 | 설명 | |
---|---|---|
ActionWaitForFrame ( ) : System |
Waits for a frame to be loaded and is stack based
|
|
ActionWaitForFrame ( |
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
|
public ActionWaitForFrame ( |
||
frame | The number of the frame to wait for | |
skip | byte | The number of actions to skip |
리턴 | System |
protected Parse ( System sourceStream, byte sourceVersion ) : void | ||
sourceStream | System | The source stream |
sourceVersion | byte | The version |
리턴 | void |
protected Render ( System outputStream ) : ulong | ||
outputStream | System | The outpustream to write to |
리턴 | ulong |