Method | Description | |
---|---|---|
GetFirstPacketTimestampUs ( ) : ulong | ||
IsPacketWaiting ( ) : bool | ||
ReceiveOne ( datagram ) : bool |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
FlushDump ( ) : void | ||
GetReplayFilename ( ) : string | ||
GetReplayFilename ( string postfix ) : string | ||
InitRecordTo ( string filename ) : void | ||
InitReplayFrom ( string filename ) : void | ||
OnDestroy ( ) : void | ||
Send ( packet ) : void | ||
Start ( ) : void | ||
StartExclusiveReplay ( ) : void | ||
StartReplay ( int time_offset ) : void | ||
StopReplay ( ) : void |
protected GetReplayFilename ( string postfix ) : string | ||
postfix | string | |
return | string |
protected InitRecordTo ( string filename ) : void | ||
filename | string | |
return | void |
protected InitReplayFrom ( string filename ) : void | ||
filename | string | |
return | void |
protected StartReplay ( int time_offset ) : void | ||
time_offset | int | |
return | void |