Delegate NetworkVariable<T>.CheckExceedsDirtinessThresholdDelegate
Namespace: Unity.Netcode
Assembly: Unity.Netcode.Runtime.dll
Syntax
public delegate bool NetworkVariable<T>.CheckExceedsDirtinessThresholdDelegate(in T previousValue, in T newValue)
Parameters
Type | Name | Description |
---|---|---|
T | previousValue | |
T | newValue |
Returns
Type | Description |
---|---|
bool |