Method | Description | |
---|---|---|
CloseRecordingFile ( ) : void | ||
LoadAllPlaybackFiles ( ) : void | ||
LoadAllPlaybackFiles ( string directory ) : void | ||
LoadPlaybackFile ( string file ) : bool | ||
PlaybackFile ( string command ) : IEnumerator | ||
PlaybackNextMoveAction ( PlayableMoveAction action ) : void | ||
PlaybackNextTapAction ( PlayableTapAction action ) : void | ||
RecordAction ( string obj, string tag, Vector3 posn, string time ) : void | ||
RecordAndPlayback ( ) : System | ||
SetupRecordingFile ( ) : bool | ||
SetupRecordingFile ( String filename ) : bool |
public LoadAllPlaybackFiles ( string directory ) : void | ||
directory | string | |
return | void |
public LoadPlaybackFile ( string file ) : bool | ||
file | string | |
return | bool |
public PlaybackFile ( string command ) : IEnumerator | ||
command | string | |
return | IEnumerator |
public PlaybackNextMoveAction ( PlayableMoveAction action ) : void | ||
action | PlayableMoveAction | |
return | void |
public PlaybackNextTapAction ( PlayableTapAction action ) : void | ||
action | PlayableTapAction | |
return | void |
public RecordAction ( string obj, string tag, Vector3 posn, string time ) : void | ||
obj | string | |
tag | string | |
posn | Vector3 | |
time | string | |
return | void |
public SetupRecordingFile ( String filename ) : bool | ||
filename | String | |
return | bool |