Class ListCollectionUpdateHelper
Helper class to test adding list entries rapidly with frequent ownership changes
Inheritance
ListCollectionUpdateHelper
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.Netcode.RuntimeTests
Assembly: Unity.Netcode.RuntimeTests.dll
Syntax
public class ListCollectionUpdateHelper : BaseCollectionUpdateHelper
Methods
AddItem()
Declaration
protected override void AddItem()
Overrides
OnClear()
Declaration
protected override void OnClear()
Overrides
OnValidateAgainst(BaseCollectionUpdateHelper)
Declaration
protected override bool OnValidateAgainst(BaseCollectionUpdateHelper otherHelper)
Parameters
| Type | Name | Description |
|---|---|---|
| BaseCollectionUpdateHelper | otherHelper |
Returns
| Type | Description |
|---|---|
| bool |