Enum NetworkBehaviourSynchronizeFailureComponent.FailureTypes
Namespace: Unity.Netcode.RuntimeTests
Syntax
public enum FailureTypes
Fields
| Name | Description | Value |
|---|---|---|
| None | 0 | |
| DuringWriting | 1 | |
| DuringReading | 2 | |
| DontReadAnything | 3 | |
| ThrowWriteSideException | 4 | |
| ThrowReadSideException | 5 |