forked from Unity-Technologies/com.unity.netcode.gameobjects
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpvpExceptions.json
More file actions
601 lines (601 loc) · 68 KB
/
pvpExceptions.json
File metadata and controls
601 lines (601 loc) · 68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
{
"exempts": {
"PVP-41-1": {
"errors": [
"CHANGELOG.md: line 9: Unreleased section is not allowed for public release"
]
},
"PVP-151-1": {
"errors": [
"Unity.Netcode.TestHelpers.Runtime.ObjectNameIdentifier: undocumented",
"Unity.Netcode.TestHelpers.Runtime.ObjectNameIdentifier: void OnNetworkSpawn(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.ObjectNameIdentifier: void RegisterAndLabelNetworkObject(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.ObjectNameIdentifier: void DeRegisterNetworkObject(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.ObjectNameIdentifier: void OnLostOwnership(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.ObjectNameIdentifier: void OnGainedOwnership(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.ObjectNameIdentifier: void OnNetworkDespawn(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.ObjectNameIdentifier: void OnDestroy(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.ConditionalPredicateBase: TimedOut: undocumented",
"Unity.Netcode.TestHelpers.Runtime.ConditionalPredicateBase: bool OnHasConditionBeenReached(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.ConditionalPredicateBase: bool HasConditionBeenReached(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.ConditionalPredicateBase: void OnStarted(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.ConditionalPredicateBase: void Started(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.ConditionalPredicateBase: void OnFinished(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.ConditionalPredicateBase: void Finished(bool): undocumented",
"Unity.Netcode.TestHelpers.Runtime.IConditionalPredicate: undocumented",
"Unity.Netcode.TestHelpers.Runtime.IConditionalPredicate: bool HasConditionBeenReached(): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.IConditionalPredicate: void Finished(bool): missing <param name=\"timedOut\">",
"Unity.Netcode.TestHelpers.Runtime.IntegrationTestWithApproximation: undocumented",
"Unity.Netcode.TestHelpers.Runtime.IntegrationTestWithApproximation: string GetVector3Values(ref Vector3): undocumented",
"Unity.Netcode.TestHelpers.Runtime.IntegrationTestWithApproximation: string GetVector3Values(Vector3): undocumented",
"Unity.Netcode.TestHelpers.Runtime.IntegrationTestWithApproximation: float GetDeltaVarianceThreshold(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.IntegrationTestWithApproximation: float EulerDelta(float, float): undocumented",
"Unity.Netcode.TestHelpers.Runtime.IntegrationTestWithApproximation: Vector3 EulerDelta(Vector3, Vector3): undocumented",
"Unity.Netcode.TestHelpers.Runtime.IntegrationTestWithApproximation: bool ApproximatelyEuler(float, float): undocumented",
"Unity.Netcode.TestHelpers.Runtime.IntegrationTestWithApproximation: bool Approximately(float, float): undocumented",
"Unity.Netcode.TestHelpers.Runtime.IntegrationTestWithApproximation: bool Approximately(Vector2, Vector2): undocumented",
"Unity.Netcode.TestHelpers.Runtime.IntegrationTestWithApproximation: bool Approximately(Vector3, Vector3): undocumented",
"Unity.Netcode.TestHelpers.Runtime.IntegrationTestWithApproximation: bool Approximately(Quaternion, Quaternion): undocumented",
"Unity.Netcode.TestHelpers.Runtime.IntegrationTestWithApproximation: bool ApproximatelyEuler(Vector3, Vector3): undocumented",
"Unity.Netcode.TestHelpers.Runtime.IntegrationTestWithApproximation: Vector3 GetRandomVector3(float, float): undocumented",
"Unity.Netcode.TestHelpers.Runtime.IntegrationTestWithApproximation: .ctor(NetworkTopologyTypes, HostOrServer): undocumented",
"Unity.Netcode.TestHelpers.Runtime.IntegrationTestWithApproximation: .ctor(NetworkTopologyTypes): undocumented",
"Unity.Netcode.TestHelpers.Runtime.IntegrationTestWithApproximation: .ctor(HostOrServer): undocumented",
"Unity.Netcode.TestHelpers.Runtime.IntegrationTestWithApproximation: .ctor(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.MessageHooksConditional: undocumented",
"Unity.Netcode.TestHelpers.Runtime.MessageHooksConditional: AllMessagesReceived: undocumented",
"Unity.Netcode.TestHelpers.Runtime.MessageHooksConditional: NumberOfMessagesReceived: undocumented",
"Unity.Netcode.TestHelpers.Runtime.MessageHooksConditional: string GetHooksStillWaiting(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.MessageHooksConditional: bool OnHasConditionBeenReached(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.MessageHooksConditional: void OnFinished(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.MessageHooksConditional: void Reset(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.MessageHooksConditional: .ctor(List<MessageHookEntry>): undocumented",
"Unity.Netcode.TestHelpers.Runtime.ReceiptType: undocumented",
"Unity.Netcode.TestHelpers.Runtime.ReceiptType: Received: undocumented",
"Unity.Netcode.TestHelpers.Runtime.ReceiptType: Handled: undocumented",
"Unity.Netcode.TestHelpers.Runtime.MessageHookEntry: undocumented",
"Unity.Netcode.TestHelpers.Runtime.MessageHookEntry: m_NetworkManager: undocumented",
"Unity.Netcode.TestHelpers.Runtime.MessageHookEntry: void Initialize(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.MessageHookEntry: .ctor(NetworkManager, ReceiptType): undocumented",
"Unity.Netcode.TestHelpers.Runtime.Metrics.RpcTestComponent: undocumented",
"Unity.Netcode.TestHelpers.Runtime.Metrics.RpcTestComponent: OnServerRpcAction: undocumented",
"Unity.Netcode.TestHelpers.Runtime.Metrics.RpcTestComponent: OnClientRpcAction: undocumented",
"Unity.Netcode.TestHelpers.Runtime.Metrics.RpcTestComponent: void MyServerRpc(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.Metrics.RpcTestComponent: void MyClientRpc(ClientRpcParams): undocumented",
"Unity.Netcode.TestHelpers.Runtime.MockTimeProvider: undocumented",
"Unity.Netcode.TestHelpers.Runtime.MockTimeProvider: RealTimeSinceStartup: undocumented",
"Unity.Netcode.TestHelpers.Runtime.MockTimeProvider: UnscaledTime: undocumented",
"Unity.Netcode.TestHelpers.Runtime.MockTimeProvider: UnscaledDeltaTime: undocumented",
"Unity.Netcode.TestHelpers.Runtime.MockTimeProvider: DeltaTime: undocumented",
"Unity.Netcode.TestHelpers.Runtime.MockTimeProvider: FixedDeltaTime: undocumented",
"Unity.Netcode.TestHelpers.Runtime.MockTimeProvider: StaticRealTimeSinceStartup: undocumented",
"Unity.Netcode.TestHelpers.Runtime.MockTimeProvider: StaticUnscaledTime: undocumented",
"Unity.Netcode.TestHelpers.Runtime.MockTimeProvider: StaticUnscaledDeltaTime: undocumented",
"Unity.Netcode.TestHelpers.Runtime.MockTimeProvider: StaticDeltaTime: undocumented",
"Unity.Netcode.TestHelpers.Runtime.MockTimeProvider: void TimeTravel(double): undocumented",
"Unity.Netcode.TestHelpers.Runtime.MockTimeProvider: void Reset(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: k_TickFrequency: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: s_GlobalTimeoutHelper: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: s_DefaultWaitForTick: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: NetcodeLogAssert: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: void RegisterNetworkObject(NetworkObject): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: void DeregisterNetworkObject(NetworkObject): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: void DeregisterNetworkObject(ulong, ulong): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: TotalClients: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: k_DefaultTickRate: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: NumberOfClients: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: m_PlayerPrefab: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: m_ServerNetworkManager: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: m_ClientNetworkManagers: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: m_UseHost: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: m_DistributedAuthority: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: m_NetworkTopologyType: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: bool UseCMBService(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: NetworkTopologyTypes OnGetNetworkTopologyType(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: void SetDistributedAuthorityProperties(NetworkManager): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: m_TargetFrameRate: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: m_EnableVerboseDebug: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: bool OnSetVerboseDebug(): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: NetworkManagerInstatiationMode OnSetIntegrationTestMode(): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: void OnOneTimeSetup(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: void OneTimeSetup(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: IEnumerator OnSetup(): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: IEnumerator SetUp(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: IEnumerator StopOneClient(NetworkManager, bool): missing <param name=\"networkManager\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: IEnumerator StopOneClient(NetworkManager, bool): missing <param name=\"destroy\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: IEnumerator StopOneClient(NetworkManager, bool): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: void StopOneClientWithTimeTravel(NetworkManager, bool): missing <param name=\"networkManager\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: void StopOneClientWithTimeTravel(NetworkManager, bool): missing <param name=\"destroy\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: void SetTimeTravelSimulatedLatency(float): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: void SetTimeTravelSimulatedDropRate(float): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: void SetTimeTravelSimulatedLatencyJitter(float): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: bool CanStartServerAndClients(): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: IEnumerator OnStartedServerAndClients(): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: IEnumerator OnServerAndClientsConnected(): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: void ClientNetworkManagerPostStartInit(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: LogAllMessages: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: bool ShouldCheckForSpawnedPlayers(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: IEnumerator StartServerAndClients(): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: bool CanClientsLoad(): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: bool CanClientsUnload(): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: bool OnCanSceneCleanUpUnload(Scene): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: IEnumerator CoroutineShutdownAndCleanUp(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: IEnumerator OnTearDown(): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: void OnInlineTearDown(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: IEnumerator TearDown(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: void OneTimeTearDown(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: bool CanDestroyNetworkObject(NetworkObject): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: IEnumerator WaitForConditionOrTimeOut(Func<bool>, TimeoutHelper): missing <param name=\"checkForCondition\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: IEnumerator WaitForConditionOrTimeOut(Func<bool>, TimeoutHelper): missing <param name=\"timeOutHelper\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: IEnumerator WaitForConditionOrTimeOut(Func<bool>, TimeoutHelper): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: bool WaitForConditionOrTimeOutWithTimeTravel(Func<bool>, int): missing <param name=\"checkForCondition\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: bool WaitForConditionOrTimeOutWithTimeTravel(Func<bool>, int): missing <param name=\"maxTries\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: bool WaitForConditionOrTimeOutWithTimeTravel(Func<bool>, int): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: IEnumerator WaitForConditionOrTimeOut(IConditionalPredicate, TimeoutHelper): missing <param name=\"conditionalPredicate\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: IEnumerator WaitForConditionOrTimeOut(IConditionalPredicate, TimeoutHelper): missing <param name=\"timeOutHelper\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: IEnumerator WaitForConditionOrTimeOut(IConditionalPredicate, TimeoutHelper): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: bool WaitForConditionOrTimeOutWithTimeTravel(IConditionalPredicate, int): missing <param name=\"conditionalPredicate\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: bool WaitForConditionOrTimeOutWithTimeTravel(IConditionalPredicate, int): missing <param name=\"maxTries\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: bool WaitForConditionOrTimeOutWithTimeTravel(IConditionalPredicate, int): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: IEnumerator WaitForClientsConnectedOrTimeOut(NetworkManager[]): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: bool WaitForClientsConnectedOrTimeOutWithTimeTravel(NetworkManager[]): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: IEnumerator WaitForClientsConnectedOrTimeOut(): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: bool WaitForClientsConnectedOrTimeOutWithTimeTravel(): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: GameObject SpawnObject(GameObject, NetworkManager, bool): missing <param name=\"prefabGameObject\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: GameObject SpawnObject(GameObject, NetworkManager, bool): missing <param name=\"owner\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: GameObject SpawnObject(GameObject, NetworkManager, bool): missing <param name=\"destroyWithScene\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: GameObject SpawnObject(GameObject, NetworkManager, bool): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: GameObject SpawnPlayerObject(GameObject, NetworkManager, bool): missing <param name=\"prefabGameObject\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: GameObject SpawnPlayerObject(GameObject, NetworkManager, bool): missing <param name=\"owner\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: GameObject SpawnPlayerObject(GameObject, NetworkManager, bool): missing <param name=\"destroyWithScene\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: GameObject SpawnPlayerObject(GameObject, NetworkManager, bool): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: List<GameObject> SpawnObjects(GameObject, NetworkManager, int, bool): missing <param name=\"prefabGameObject\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: List<GameObject> SpawnObjects(GameObject, NetworkManager, int, bool): missing <param name=\"owner\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: List<GameObject> SpawnObjects(GameObject, NetworkManager, int, bool): missing <param name=\"count\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: List<GameObject> SpawnObjects(GameObject, NetworkManager, int, bool): missing <param name=\"destroyWithScene\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: List<GameObject> SpawnObjects(GameObject, NetworkManager, int, bool): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: .ctor(NetworkTopologyTypes): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: .ctor(NetworkTopologyTypes, HostOrServer): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: void AssertOnTimeout(string, TimeoutHelper): missing <param name=\"timeOutErrorMessage\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: void AssertOnTimeout(string, TimeoutHelper): missing <param name=\"assignedTimeoutHelper\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: IEnumerator WaitForTicks(NetworkManager, int): missing <param name=\"networkManager\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: IEnumerator WaitForTicks(NetworkManager, int): missing <param name=\"count\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: IEnumerator WaitForTicks(NetworkManager, int): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: uint GetTickRate(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest: int GetFrameRate(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest.SceneManagementState: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest.SceneManagementState: SceneManagementEnabled: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest.SceneManagementState: SceneManagementDisabled: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest.NetworkManagerInstatiationMode: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest.NetworkManagerInstatiationMode: PerTest: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest.NetworkManagerInstatiationMode: AllTests: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest.NetworkManagerInstatiationMode: DoNotCreate: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest.HostOrServer: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest.HostOrServer: Host: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest.HostOrServer: Server: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTest.HostOrServer: DAHost: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: DefaultMinFrames: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: DefaultTimeout: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: NetworkManagerInstances: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: void RegisterHandlers(NetworkManager, bool): missing <param name=\"networkManager\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: void RegisterHandlers(NetworkManager, bool): missing <param name=\"serverSideSceneManager\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: NetworkManager CreateServer(bool): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: bool Create(int, out NetworkManager, out NetworkManager[], int, bool, bool): missing <param name=\"useMockTransport\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: bool Create(int, out NetworkManager, out NetworkManager[], int, bool, bool): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: bool CreateNewClients(int, out NetworkManager[], bool): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: bool Start(bool, NetworkManager, NetworkManager[], BeforeClientStartCallback, bool): missing <param name=\"startServer\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: uint GetNextGlobalIdHashValue(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: IsNetcodeIntegrationTestRunning: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: void RegisterNetcodeIntegrationTest(bool): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: GameObject CreateNetworkObjectPrefab(string, NetworkManager, params NetworkManager[]): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: void MarkAsSceneObjectRoot(GameObject, NetworkManager, NetworkManager[]): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: IEnumerator WaitForClientConnected(NetworkManager, ResultWrapper<bool>, float): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: IEnumerator WaitForClientsConnected(NetworkManager[], ResultWrapper<bool>, float): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: IEnumerator WaitForClientConnectedToServer(NetworkManager, ResultWrapper<bool>, float): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: IEnumerator WaitForClientsConnectedToServer(NetworkManager, int, ResultWrapper<bool>, float): missing <param name=\"clientCount\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: IEnumerator WaitForClientsConnectedToServer(NetworkManager, int, ResultWrapper<bool>, float): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: IEnumerator GetNetworkObjectByRepresentation(ulong, NetworkManager, ResultWrapper<NetworkObject>, bool, float): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: IEnumerator GetNetworkObjectByRepresentation(Func<NetworkObject, bool>, NetworkManager, ResultWrapper<NetworkObject>, bool, float): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: IEnumerator WaitForCondition(Func<bool>, ResultWrapper<bool>, float, int): missing <returns>",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: uint GetGlobalObjectIdHash(NetworkObject): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers.MessageHandleCheck: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers.BeforeClientStartCallback: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers.ResultWrapper<T>: missing <typeparam name=\"T\">",
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers.ResultWrapper<T>: Result: undocumented",
"Unity.Netcode.RuntimeTests.NetcodeLogAssert: undocumented",
"Unity.Netcode.RuntimeTests.NetcodeLogAssert: .ctor(bool, bool): undocumented",
"Unity.Netcode.RuntimeTests.NetcodeLogAssert: void AddLog(string, string, LogType): undocumented",
"Unity.Netcode.RuntimeTests.NetcodeLogAssert: void OnTearDown(): undocumented",
"Unity.Netcode.RuntimeTests.NetcodeLogAssert: void Dispose(): undocumented",
"Unity.Netcode.RuntimeTests.NetcodeLogAssert: void LogWasNotReceived(LogType, string): undocumented",
"Unity.Netcode.RuntimeTests.NetcodeLogAssert: void LogWasNotReceived(LogType, Regex): undocumented",
"Unity.Netcode.RuntimeTests.NetcodeLogAssert: void LogWasReceived(LogType, string): undocumented",
"Unity.Netcode.RuntimeTests.NetcodeLogAssert: void LogWasReceived(LogType, Regex): undocumented",
"Unity.Netcode.RuntimeTests.NetcodeLogAssert: bool HasLogBeenReceived(LogType, string): undocumented",
"Unity.Netcode.RuntimeTests.NetcodeLogAssert: void Reset(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetworkManagerHelper: NetworkManagerObject: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetworkManagerHelper: NetworkManagerGameObject: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetworkManagerHelper: InstantiatedGameObjects: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetworkManagerHelper: InstantiatedNetworkObjects: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetworkManagerHelper: CurrentNetworkManagerMode: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetworkManagerHelper: bool StartNetworkManager(out NetworkManager, NetworkManagerOperatingMode, NetworkConfig): missing <param name=\"networkManager\">",
"Unity.Netcode.TestHelpers.Runtime.NetworkManagerHelper: void ShutdownNetworkManager(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetworkManagerHelper: bool BuffersMatch(int, long, byte[], byte[]): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetworkManagerHelper.NetworkManagerOperatingMode: None: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetworkManagerHelper.NetworkManagerOperatingMode: Host: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetworkManagerHelper.NetworkManagerOperatingMode: Server: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetworkManagerHelper.NetworkManagerOperatingMode: Client: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetworkVariableHelper<T>: OnValueChanged: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetworkVariableHelper<T>: .ctor(NetworkVariableBase): undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetworkVariableHelper<T>.OnMyValueChangedDelegateHandler: undocumented",
"Unity.Netcode.TestHelpers.Runtime.NetworkVariableBaseHelper: .ctor(NetworkVariableBase): undocumented",
"Unity.Netcode.TestHelpers.Runtime.TimeoutHelper: k_DefaultTimeOutWaitPeriod: undocumented",
"Unity.Netcode.TestHelpers.Runtime.TimeoutHelper: m_IsStarted: undocumented",
"Unity.Netcode.TestHelpers.Runtime.TimeoutHelper: TimedOut: undocumented",
"Unity.Netcode.TestHelpers.Runtime.TimeoutHelper: float GetTimeElapsed(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.TimeoutHelper: void OnStart(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.TimeoutHelper: void Start(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.TimeoutHelper: void OnStop(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.TimeoutHelper: void Stop(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.TimeoutHelper: bool OnHasTimedOut(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.TimeoutHelper: bool HasTimedOut(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.TimeoutHelper: .ctor(float): undocumented",
"Unity.Netcode.TestHelpers.Runtime.TimeoutFrameCountHelper: int GetFrameCount(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.TimeoutFrameCountHelper: void OnStop(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.TimeoutFrameCountHelper: bool OnHasTimedOut(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.TimeoutFrameCountHelper: void OnStart(): undocumented",
"Unity.Netcode.TestHelpers.Runtime.TimeoutFrameCountHelper: .ctor(float, uint): undocumented",
"Unity.Netcode.RuntimeTests.ExtendedNetworkShowAndHideTests: undocumented",
"Unity.Netcode.RuntimeTests.ExtendedNetworkShowAndHideTests: NumberOfClients: undocumented",
"Unity.Netcode.RuntimeTests.ExtendedNetworkShowAndHideTests: .ctor(HostOrServer, bool): undocumented",
"Unity.Netcode.RuntimeTests.ExtendedNetworkShowAndHideTests: void OnServerAndClientsCreated(): undocumented",
"Unity.Netcode.RuntimeTests.ExtendedNetworkShowAndHideTests: void OnNewClientCreated(NetworkManager): undocumented",
"Unity.Netcode.RuntimeTests.ExtendedNetworkShowAndHideTests: IEnumerator HiddenObjectPromotedSessionOwnerNewClientSynchronizes(): missing <returns>",
"Unity.Netcode.RuntimeTests.RpcProxyMessageTesting: NumberOfClients: undocumented",
"Unity.Netcode.RuntimeTests.RpcProxyMessageTesting: .ctor(HostOrServer): undocumented",
"Unity.Netcode.RuntimeTests.RpcProxyMessageTesting: IEnumerator OnSetup(): undocumented",
"Unity.Netcode.RuntimeTests.RpcProxyMessageTesting: void OnCreatePlayerPrefab(): undocumented",
"Unity.Netcode.RuntimeTests.RpcProxyMessageTesting: IEnumerator ProxyDoesNotInvokeOnSender(): undocumented",
"Unity.Netcode.RuntimeTests.RpcProxyMessageTesting.RpcProxyText: undocumented",
"Unity.Netcode.RuntimeTests.RpcProxyMessageTesting.RpcProxyText: ReceivedRpc: undocumented",
"Unity.Netcode.RuntimeTests.RpcProxyMessageTesting.RpcProxyText: void SendToEveryOneButMe(): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted: undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted: NumberOfClients: undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted: .ctor(NetworkTopologyTypes, HostOrServer): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted: void OnOneTimeSetup(): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted: void OnServerAndClientsCreated(): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted: IEnumerator PrefabSessionIstantiationPass(int): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted: IEnumerator OnTearDown(): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted: void OnOneTimeTearDown(): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted.TestBehaviour: TestNetworkVariable: undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted.TestBehaviour: LastUpdateDelta: undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted.TestBehaviour: SpawnedCount: undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted.TestBehaviour: void OnNetworkSpawn(): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted.TestBehaviour: void OnNetworkPostSpawn(): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted.TestBehaviour: void OnDestroy(): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted.TestBehaviour: void OnNetworkDespawn(): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted.PrefabInstanceHandler: PrefabInstances: undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted.PrefabInstanceHandler: void OneTimeSetup(int, GameObject): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted.PrefabInstanceHandler: NetworkObject GetInstanceToSpawn(NetworkManager): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted.PrefabInstanceHandler: bool ValidatePersistedInstances(NetworkManager, int): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted.PrefabInstanceHandler: .ctor(GameObject): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted.PrefabInstanceHandler: void Initialize(NetworkManager): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted.PrefabInstanceHandler: bool ValidateInstanceSpawnCount(int): XML is not well-formed: Expected an end tag for element 'summary'",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted.PrefabInstanceHandler: void DeregisterHandler(): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted.PrefabInstanceHandler: NetworkObject GetInstance(): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted.PrefabInstanceHandler: NetworkObject Instantiate(ulong, Vector3, Quaternion): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted.PrefabInstanceHandler: void Destroy(NetworkObject): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsTests: NumberOfClients: undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsTests: .ctor(HostOrServer): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsTests: bool OnSetVerboseDebug(): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsTests: IEnumerator OnSetup(): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsTests: void OnCreatePlayerPrefab(): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsTests: IEnumerator TestListBuiltInTypeCollections(): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsTests: IEnumerator TestListSerializableObjectCollections(): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsTests: IEnumerator TestDictionaryCollections(): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsTests: IEnumerator TestDictionaryNestedCollections(): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsTests: IEnumerator TestHashSetBuiltInTypeCollections(): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsChangingTests: undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsChangingTests: NumberOfClients: undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsChangingTests: .ctor(HostOrServer, CollectionTypes): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsChangingTests: void OnServerAndClientsCreated(): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsChangingTests: IEnumerator CollectionAndOwnershipChangingTest(): undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsChangingTests.CollectionTypes: undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsChangingTests.CollectionTypes: Dictionary: undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableCollectionsChangingTests.CollectionTypes: List: undocumented",
"Unity.Netcode.RuntimeTests.DictionaryCollectionUpdateHelper: bool OnValidateAgainst(BaseCollectionUpdateHelper): undocumented",
"Unity.Netcode.RuntimeTests.DictionaryCollectionUpdateHelper: void OnClear(): undocumented",
"Unity.Netcode.RuntimeTests.DictionaryCollectionUpdateHelper: void AddItem(): undocumented",
"Unity.Netcode.RuntimeTests.ListCollectionUpdateHelper: bool OnValidateAgainst(BaseCollectionUpdateHelper): undocumented",
"Unity.Netcode.RuntimeTests.ListCollectionUpdateHelper: void OnClear(): undocumented",
"Unity.Netcode.RuntimeTests.ListCollectionUpdateHelper: void AddItem(): undocumented",
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: VerboseMode: undocumented",
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: HelperState: undocumented",
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: void SetState(HelperStates): undocumented",
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: bool OnValidateAgainst(BaseCollectionUpdateHelper): undocumented",
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: bool ValidateAgainst(BaseCollectionUpdateHelper): undocumented",
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: void OnNetworkSpawn(): undocumented",
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: void OnNetworkDespawn(): undocumented",
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: void OnClear(): undocumented",
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: void Clear(): undocumented",
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: void AddItem(): undocumented",
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: void OnOwnershipChanged(ulong, ulong): undocumented",
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper: void Log(string): undocumented",
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper.HelperStates: undocumented",
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper.HelperStates: Stop: undocumented",
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper.HelperStates: Start: undocumented",
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper.HelperStates: Pause: undocumented",
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper.HelperStates: ClearToChangeOwner: undocumented",
"Unity.Netcode.RuntimeTests.BaseCollectionUpdateHelper.HelperStates: ChangingOwner: undocumented",
"Unity.Netcode.RuntimeTests.HashSetBaseTypeTestHelper: undocumented",
"Unity.Netcode.RuntimeTests.HashSetBaseTypeTestHelper: Instances: undocumented",
"Unity.Netcode.RuntimeTests.HashSetBaseTypeTestHelper: void ResetState(): undocumented",
"Unity.Netcode.RuntimeTests.HashSetBaseTypeTestHelper: ListCollectionServer: undocumented",
"Unity.Netcode.RuntimeTests.HashSetBaseTypeTestHelper: ListCollectionOwner: undocumented",
"Unity.Netcode.RuntimeTests.HashSetBaseTypeTestHelper: NetworkVariableChanges: undocumented",
"Unity.Netcode.RuntimeTests.HashSetBaseTypeTestHelper: bool ValidateInstances(): undocumented",
"Unity.Netcode.RuntimeTests.HashSetBaseTypeTestHelper: bool CompareTrackedChanges(Targets): undocumented",
"Unity.Netcode.RuntimeTests.HashSetBaseTypeTestHelper: HashSet<int> GetHashSetValues(int): undocumented",
"Unity.Netcode.RuntimeTests.HashSetBaseTypeTestHelper: NetworkVariable<HashSet<int>> GetNetVar(Targets): undocumented",
"Unity.Netcode.RuntimeTests.HashSetBaseTypeTestHelper: HashSet<int> OnSetServerValues(): undocumented",
"Unity.Netcode.RuntimeTests.HashSetBaseTypeTestHelper: HashSet<int> OnSetOwnerValues(): undocumented",
"Unity.Netcode.RuntimeTests.HashSetBaseTypeTestHelper: void Add(int, Targets): undocumented",
"Unity.Netcode.RuntimeTests.HashSetBaseTypeTestHelper: void AddRange(HashSet<int>, Targets): undocumented",
"Unity.Netcode.RuntimeTests.HashSetBaseTypeTestHelper: void Remove(int, Targets): undocumented",
"Unity.Netcode.RuntimeTests.HashSetBaseTypeTestHelper: void FullSet(HashSet<int>, Targets): undocumented",
"Unity.Netcode.RuntimeTests.HashSetBaseTypeTestHelper: void Clear(Targets): undocumented",
"Unity.Netcode.RuntimeTests.HashSetBaseTypeTestHelper: void TrackChanges(Targets, HashSet<int>, HashSet<int>): undocumented",
"Unity.Netcode.RuntimeTests.HashSetBaseTypeTestHelper: void OnServerListValuesChanged(HashSet<int>, HashSet<int>): undocumented",
"Unity.Netcode.RuntimeTests.HashSetBaseTypeTestHelper: void OnOwnerListValuesChanged(HashSet<int>, HashSet<int>): undocumented",
"Unity.Netcode.RuntimeTests.HashSetBaseTypeTestHelper: void ResetTrackedChanges(): undocumented",
"Unity.Netcode.RuntimeTests.HashSetBaseTypeTestHelper: void OnNetworkPostSpawn(): undocumented",
"Unity.Netcode.RuntimeTests.HashSetBaseTypeTestHelper: void OnNetworkDespawn(): undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: Instances: undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: void ResetState(): undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: ListCollectionServer: undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: ListCollectionOwner: undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: NetworkVariableChanges: undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: bool ValidateInstances(): undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: bool CompareTrackedChanges(Targets): undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: Dictionary<int, SerializableObject> GetDictionaryValues(int): undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: Dictionary<int, Dictionary<int, SerializableObject>> GetNestedDictionaryValues(int): undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: NetworkVariable<Dictionary<int, Dictionary<int, SerializableObject>>> GetNetVar(Targets): undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: Dictionary<int, Dictionary<int, SerializableObject>> OnSetServerValues(): undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: Dictionary<int, Dictionary<int, SerializableObject>> OnSetOwnerValues(): undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: bool UpdateValue((int, Dictionary<int, SerializableObject>), Targets, bool): undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: void Add((int, Dictionary<int, SerializableObject>), Targets): undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: void Remove(int, Targets): undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: void FullSet(Dictionary<int, Dictionary<int, SerializableObject>>, Targets): undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: void Clear(Targets): undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: void TrackChanges(Targets, Dictionary<int, Dictionary<int, SerializableObject>>, Dictionary<int, Dictionary<int, SerializableObject>>): undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: void OnServerListValuesChanged(Dictionary<int, Dictionary<int, SerializableObject>>, Dictionary<int, Dictionary<int, SerializableObject>>): undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: void OnOwnerListValuesChanged(Dictionary<int, Dictionary<int, SerializableObject>>, Dictionary<int, Dictionary<int, SerializableObject>>): undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: void ResetTrackedChanges(): undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: void OnNetworkPostSpawn(): undocumented",
"Unity.Netcode.RuntimeTests.NestedDictionaryTestHelper: void OnNetworkDespawn(): undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: Instances: undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: void ResetState(): undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: ListCollectionServer: undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: ListCollectionOwner: undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: NetworkVariableChanges: undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: bool ValidateInstances(): undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: bool CompareTrackedChanges(Targets): undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: Dictionary<int, SerializableObject> GetDictionaryValues(int): undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: NetworkVariable<Dictionary<int, SerializableObject>> GetNetVar(Targets): undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: Dictionary<int, SerializableObject> OnSetServerValues(): undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: Dictionary<int, SerializableObject> OnSetOwnerValues(): undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: bool UpdateValue((int, SerializableObject), Targets, bool): undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: void Add((int, SerializableObject), Targets): undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: void Remove(int, Targets): undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: void FullSet(Dictionary<int, SerializableObject>, Targets): undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: void Clear(Targets): undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: void TrackChanges(Targets, Dictionary<int, SerializableObject>, Dictionary<int, SerializableObject>): undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: void OnServerListValuesChanged(Dictionary<int, SerializableObject>, Dictionary<int, SerializableObject>): undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: void OnOwnerListValuesChanged(Dictionary<int, SerializableObject>, Dictionary<int, SerializableObject>): undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: void ResetTrackedChanges(): undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: void OnNetworkPostSpawn(): undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: void InitValues(): undocumented",
"Unity.Netcode.RuntimeTests.DictionaryTestHelper: void OnNetworkDespawn(): undocumented",
"Unity.Netcode.RuntimeTests.SerializableObject: undocumented",
"Unity.Netcode.RuntimeTests.SerializableObject: SerializableObject GetRandomObject(): undocumented",
"Unity.Netcode.RuntimeTests.SerializableObject: List<SerializableObject> GetListOfRandomObjects(int): undocumented",
"Unity.Netcode.RuntimeTests.SerializableObject: List<List<SerializableObject>> GetListOfListOfRandomObjects(int, int): undocumented",
"Unity.Netcode.RuntimeTests.SerializableObject: IntValue: undocumented",
"Unity.Netcode.RuntimeTests.SerializableObject: LongValue: undocumented",
"Unity.Netcode.RuntimeTests.SerializableObject: FloatValue: undocumented",
"Unity.Netcode.RuntimeTests.SerializableObject: string ToString(): undocumented",
"Unity.Netcode.RuntimeTests.SerializableObject: void NetworkSerialize(BufferSerializer<T>): undocumented",
"Unity.Netcode.RuntimeTests.SerializableObject: bool Equals(SerializableObject): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: Instances: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: void ResetState(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: ListCollectionServer: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: ListCollectionOwner: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: NetworkVariableChanges: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: bool ValidateInstances(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: bool CompareTrackedChanges(Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: NetworkVariable<List<List<SerializableObject>>> GetNetVar(Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: List<List<SerializableObject>> OnSetServerValues(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: List<List<SerializableObject>> OnSetOwnerValues(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: void UpdateValue(List<SerializableObject>, Targets, bool): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: void Add(List<SerializableObject>, Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: void AddRange(List<List<SerializableObject>>, Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: void Insert(List<SerializableObject>, int, Targets, bool): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: void Remove(List<SerializableObject>, Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: void FullSet(List<List<SerializableObject>>, Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: void Clear(Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: void TrackChanges(Targets, List<List<SerializableObject>>, List<List<SerializableObject>>): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: void OnServerListValuesChanged(List<List<SerializableObject>>, List<List<SerializableObject>>): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: void OnOwnerListValuesChanged(List<List<SerializableObject>>, List<List<SerializableObject>>): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: void ResetTrackedChanges(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: void OnNetworkPostSpawn(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListSerializableObject: void OnNetworkDespawn(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: Instances: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: void ResetState(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: ListCollectionServer: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: ListCollectionOwner: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: NetworkVariableChanges: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: bool ValidateInstances(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: bool CompareTrackedChanges(Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: NetworkVariable<List<SerializableObject>> GetNetVar(Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: List<SerializableObject> OnSetServerValues(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: List<SerializableObject> OnSetOwnerValues(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: void UpdateValue(SerializableObject, Targets, bool): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: void Add(SerializableObject, Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: void AddRange(List<SerializableObject>, Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: void Insert(SerializableObject, int, Targets, bool): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: void Remove(SerializableObject, Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: void FullSet(List<SerializableObject>, Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: void Clear(Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: void TrackChanges(Targets, List<SerializableObject>, List<SerializableObject>): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: void OnServerListValuesChanged(List<SerializableObject>, List<SerializableObject>): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: void OnOwnerListValuesChanged(List<SerializableObject>, List<SerializableObject>): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: void ResetTrackedChanges(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: void OnNetworkPostSpawn(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperSerializableObject: void OnNetworkDespawn(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: Instances: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: void ResetState(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: ListCollectionServer: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: ListCollectionOwner: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: NetworkVariableChanges: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: bool ValidateInstances(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: bool CompareTrackedChanges(Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: NetworkVariable<List<List<int>>> GetNetVar(Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: List<List<int>> OnSetServerValues(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: List<List<int>> OnSetOwnerValues(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: void UpdateValue(List<int>, Targets, bool): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: void Add(List<int>, Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: void AddRange(List<List<int>>, Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: void Insert(List<int>, int, Targets, bool): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: void Remove(List<int>, Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: void FullSet(List<List<int>>, Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: void Clear(Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: void TrackChanges(Targets, List<List<int>>, List<List<int>>): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: void OnServerListValuesChanged(List<List<int>>, List<List<int>>): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: void OnOwnerListValuesChanged(List<List<int>>, List<List<int>>): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: void ResetTrackedChanges(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: void OnNetworkPostSpawn(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperListInt: void OnNetworkDespawn(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: Instances: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: void ResetState(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: ListCollectionServer: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: ListCollectionOwner: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: NetworkVariableChanges: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: bool ValidateInstances(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: bool CompareTrackedChanges(Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: NetworkVariable<List<int>> GetNetVar(Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: List<int> OnSetServerValues(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: List<int> OnSetOwnerValues(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: void UpdateValue(int, Targets, bool): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: void Add(int, Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: void AddRange(List<int>, Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: void Insert(int, int, Targets, bool): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: void Remove(int, Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: void FullSet(List<int>, Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: void Clear(Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: void TrackChanges(Targets, List<int>, List<int>): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: void OnServerListValuesChanged(List<int>, List<int>): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: void OnOwnerListValuesChanged(List<int>, List<int>): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: void ResetTrackedChanges(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: void OnNetworkPostSpawn(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperInt: void OnNetworkDespawn(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperBase: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperBase: IsDebugMode: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperBase: string GetLog(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperBase: void LogMessage(string): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperBase: void LogStart(): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperBase: void SetDebugMode(bool): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperBase: bool CompareTrackedChanges(Targets): undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperBase.Targets: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperBase.Targets: Server: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperBase.Targets: Owner: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperBase.DeltaTypes: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperBase.DeltaTypes: Added: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperBase.DeltaTypes: Removed: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperBase.DeltaTypes: Changed: undocumented",
"Unity.Netcode.RuntimeTests.ListTestHelperBase.DeltaTypes: UnChanged: undocumented",
"Unity.Netcode.RuntimeTests.IListTestHelperBase<T>: undocumented",
"Unity.Netcode.RuntimeTests.IListTestHelperBase<T>: bool ValidateInstances(): undocumented",
"Unity.Netcode.RuntimeTests.IListTestHelperBase<T>: NetworkVariable<List<T>> GetNetVar(Targets): undocumented",
"Unity.Netcode.RuntimeTests.IListTestHelperBase<T>: List<T> OnSetServerValues(): undocumented",
"Unity.Netcode.RuntimeTests.IListTestHelperBase<T>: List<T> OnSetOwnerValues(): undocumented",
"Unity.Netcode.RuntimeTests.IListTestHelperBase<T>: void UpdateValue(T, Targets, bool): undocumented",
"Unity.Netcode.RuntimeTests.IListTestHelperBase<T>: void Add(T, Targets): undocumented",
"Unity.Netcode.RuntimeTests.IListTestHelperBase<T>: void AddRange(List<T>, Targets): undocumented",
"Unity.Netcode.RuntimeTests.IListTestHelperBase<T>: void Insert(T, int, Targets, bool): undocumented",
"Unity.Netcode.RuntimeTests.IListTestHelperBase<T>: void Remove(T, Targets): undocumented",
"Unity.Netcode.RuntimeTests.IListTestHelperBase<T>: void FullSet(List<T>, Targets): undocumented",
"Unity.Netcode.RuntimeTests.IListTestHelperBase<T>: void Clear(Targets): undocumented",
"Unity.Netcode.RuntimeTests.IListTestHelperBase<T>: void TrackChanges(Targets, List<T>, List<T>): undocumented",
"Unity.Netcode.RuntimeTests.IListTestHelperBase<T>: void OnServerListValuesChanged(List<T>, List<T>): undocumented",
"Unity.Netcode.RuntimeTests.IListTestHelperBase<T>: void OnOwnerListValuesChanged(List<T>, List<T>): undocumented",
"Unity.Netcode.RuntimeTests.IListTestHelperBase<T>: void ResetTrackedChanges(): undocumented",
"Unity.Netcode.RuntimeTests.IDictionaryTestHelperBase<TKey, TValue>: undocumented",
"Unity.Netcode.RuntimeTests.IDictionaryTestHelperBase<TKey, TValue>: bool ValidateInstances(): undocumented",
"Unity.Netcode.RuntimeTests.IDictionaryTestHelperBase<TKey, TValue>: NetworkVariable<Dictionary<TKey, TValue>> GetNetVar(Targets): undocumented",
"Unity.Netcode.RuntimeTests.IDictionaryTestHelperBase<TKey, TValue>: Dictionary<TKey, TValue> OnSetServerValues(): undocumented",
"Unity.Netcode.RuntimeTests.IDictionaryTestHelperBase<TKey, TValue>: Dictionary<TKey, TValue> OnSetOwnerValues(): undocumented",
"Unity.Netcode.RuntimeTests.IDictionaryTestHelperBase<TKey, TValue>: bool UpdateValue((TKey, TValue), Targets, bool): undocumented",
"Unity.Netcode.RuntimeTests.IDictionaryTestHelperBase<TKey, TValue>: void Add((TKey, TValue), Targets): undocumented",
"Unity.Netcode.RuntimeTests.IDictionaryTestHelperBase<TKey, TValue>: void Remove(TKey, Targets): undocumented",
"Unity.Netcode.RuntimeTests.IDictionaryTestHelperBase<TKey, TValue>: void FullSet(Dictionary<TKey, TValue>, Targets): undocumented",
"Unity.Netcode.RuntimeTests.IDictionaryTestHelperBase<TKey, TValue>: void Clear(Targets): undocumented",
"Unity.Netcode.RuntimeTests.IDictionaryTestHelperBase<TKey, TValue>: void TrackChanges(Targets, Dictionary<TKey, TValue>, Dictionary<TKey, TValue>): undocumented",
"Unity.Netcode.RuntimeTests.IDictionaryTestHelperBase<TKey, TValue>: void OnServerListValuesChanged(Dictionary<TKey, TValue>, Dictionary<TKey, TValue>): undocumented",
"Unity.Netcode.RuntimeTests.IDictionaryTestHelperBase<TKey, TValue>: void OnOwnerListValuesChanged(Dictionary<TKey, TValue>, Dictionary<TKey, TValue>): undocumented",
"Unity.Netcode.RuntimeTests.IDictionaryTestHelperBase<TKey, TValue>: void ResetTrackedChanges(): undocumented",
"Unity.Netcode.RuntimeTests.IHashSetTestHelperBase<T>: undocumented",
"Unity.Netcode.RuntimeTests.IHashSetTestHelperBase<T>: bool ValidateInstances(): undocumented",
"Unity.Netcode.RuntimeTests.IHashSetTestHelperBase<T>: NetworkVariable<HashSet<T>> GetNetVar(Targets): undocumented",
"Unity.Netcode.RuntimeTests.IHashSetTestHelperBase<T>: HashSet<T> OnSetServerValues(): undocumented",
"Unity.Netcode.RuntimeTests.IHashSetTestHelperBase<T>: HashSet<T> OnSetOwnerValues(): undocumented",
"Unity.Netcode.RuntimeTests.IHashSetTestHelperBase<T>: void Add(T, Targets): undocumented",
"Unity.Netcode.RuntimeTests.IHashSetTestHelperBase<T>: void Remove(T, Targets): undocumented",
"Unity.Netcode.RuntimeTests.IHashSetTestHelperBase<T>: void Clear(Targets): undocumented",
"Unity.Netcode.RuntimeTests.IHashSetTestHelperBase<T>: void TrackChanges(Targets, HashSet<T>, HashSet<T>): undocumented",
"Unity.Netcode.RuntimeTests.IHashSetTestHelperBase<T>: void OnServerListValuesChanged(HashSet<T>, HashSet<T>): undocumented",
"Unity.Netcode.RuntimeTests.IHashSetTestHelperBase<T>: void OnOwnerListValuesChanged(HashSet<T>, HashSet<T>): undocumented",
"Unity.Netcode.RuntimeTests.IHashSetTestHelperBase<T>: void ResetTrackedChanges(): undocumented",
"Unity.Netcode.RuntimeTests.ByteEnum: undocumented",
"Unity.Netcode.RuntimeTests.ByteEnum: A: undocumented",
"Unity.Netcode.RuntimeTests.ByteEnum: B: undocumented",
"Unity.Netcode.RuntimeTests.ByteEnum: C: undocumented",
"Unity.Netcode.RuntimeTests.SByteEnum: undocumented",
"Unity.Netcode.RuntimeTests.SByteEnum: A: undocumented",
"Unity.Netcode.RuntimeTests.SByteEnum: B: undocumented",
"Unity.Netcode.RuntimeTests.SByteEnum: C: undocumented",
"Unity.Netcode.RuntimeTests.ShortEnum: undocumented",
"Unity.Netcode.RuntimeTests.ShortEnum: A: undocumented",
"Unity.Netcode.RuntimeTests.ShortEnum: B: undocumented",
"Unity.Netcode.RuntimeTests.ShortEnum: C: undocumented",
"Unity.Netcode.RuntimeTests.UShortEnum: undocumented",
"Unity.Netcode.RuntimeTests.UShortEnum: A: undocumented",
"Unity.Netcode.RuntimeTests.UShortEnum: B: undocumented",
"Unity.Netcode.RuntimeTests.UShortEnum: C: undocumented",
"Unity.Netcode.RuntimeTests.IntEnum: undocumented",
"Unity.Netcode.RuntimeTests.IntEnum: A: undocumented",
"Unity.Netcode.RuntimeTests.IntEnum: B: undocumented",
"Unity.Netcode.RuntimeTests.IntEnum: C: undocumented",
"Unity.Netcode.RuntimeTests.UIntEnum: undocumented",
"Unity.Netcode.RuntimeTests.UIntEnum: A: undocumented",
"Unity.Netcode.RuntimeTests.UIntEnum: B: undocumented",
"Unity.Netcode.RuntimeTests.UIntEnum: C: undocumented",
"Unity.Netcode.RuntimeTests.LongEnum: undocumented",
"Unity.Netcode.RuntimeTests.LongEnum: A: undocumented",
"Unity.Netcode.RuntimeTests.LongEnum: B: undocumented",
"Unity.Netcode.RuntimeTests.LongEnum: C: undocumented",
"Unity.Netcode.RuntimeTests.ULongEnum: undocumented",
"Unity.Netcode.RuntimeTests.ULongEnum: A: undocumented",
"Unity.Netcode.RuntimeTests.ULongEnum: B: undocumented",
"Unity.Netcode.RuntimeTests.ULongEnum: C: undocumented",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted.PrefabInstanceHandler: bool ValidateInstanceSpawnCount(int): missing <param name=\"minCount\">",
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted.PrefabInstanceHandler: bool ValidateInstanceSpawnCount(int): missing <returns>"
]
}
}
}