프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_play | bool | ||
_sceneBias | bool |
메소드 | 설명 | |
---|---|---|
ActionGotoFrame2 ( ) : System |
Goes to a frame and is stack based
|
|
ActionGotoFrame2 ( bool play ) : System |
|
|
ActionGotoFrame2 ( bool bias, bool play, |
|
|
ToString ( ) : string |
Converts the action to a string
|
메소드 | 설명 | |
---|---|---|
Parse ( System sourceStream, byte sourceVersion ) : void |
Parses scene bias and play-flag from a source stream
|
|
ParseFrom ( ) : bool |
Parses the action from a string array
|
|
Render ( System outputStream ) : ulong |
Renders scene bias and play-flag back to an output stream
|
public ActionGotoFrame2 ( bool bias, bool play, |
||
bias | bool | If the frame offset of the next frame to play |
play | bool | Go to frame and play(true), Go to frame and stop(false) |
amount | If bias is set this is the amount | |
리턴 | 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 output stream |
리턴 | ulong |