Photon Fusion
2.1.1
Represents the configuration for network simulation. More...
Static Public Member Functions | |
| static NetConfigSimulation | WithLossNotifySequences (params short[] sequences) |
| Creates a configuration with specified loss notification sequences. | |
Public Attributes | |
| NetConfigSimulationOscillator | DelayOscillator |
| The oscillator used for simulating delay. | |
| double | DuplicateChance |
| The chance of a duplicate packet. | |
| short * | LossNotifySequences |
| Pointer to the sequences used for loss notifications. | |
| int | LossNotifySequencesLength |
| The length of the loss notification sequences. | |
| NetConfigSimulationOscillator | LossOscillator |
| The oscillator used for simulating loss. | |
Properties | |
| static NetConfigSimulation | Defaults [get] |
| Gets the default configuration for network simulation. | |
Represents the configuration for network simulation.
|
static |
Creates a configuration with specified loss notification sequences.
| sequences | The sequences to be used for loss notifications. |