Quantum 3
        
        
            3.0.9
        
    Settings required to record frame snapshots for instant replays. More...
Public Member Functions | |
| readonly override string | ToString () | 
| Override ToString method to debug output readable class members.  More... | |
Static Public Member Functions | |
| static InstantReplaySettings | FromLength (FP length, int snapshotsPerSecond) | 
| Create settings.  More... | |
Public Attributes | |
| FP | LengthSeconds | 
| How many seconds of past to recorded.  More... | |
| int | SnapshotsPerSecond | 
| How many snapshots to record per second.  More... | |
Static Public Attributes | |
| static InstantReplaySettings | Default | 
| Create default settings, 3 seconds and 1 snapshot per second.  More... | |
Properties | |
| FP | LenghtSeconds [get, set] | 
| Obsolete, use LengthSeconds instead.  More... | |
Settings required to record frame snapshots for instant replays.
      
  | 
  inlinestatic | 
      
  | 
  inline | 
Override ToString method to debug output readable class members.
| int Quantum.InstantReplaySettings.SnapshotsPerSecond | 
How many snapshots to record per second.
| FP Quantum.InstantReplaySettings.LengthSeconds | 
How many seconds of past to recorded.
      
  | 
  static | 
Create default settings, 3 seconds and 1 snapshot per second.
      
  | 
  getset | 
Obsolete, use LengthSeconds instead.