Method ShouldPredict
ShouldPredict(NetworkTick)
Query if the entity should be simulated (predicted) for the given tick.
Declaration
public bool ShouldPredict(NetworkTick tick)
Parameters
| Type | Name | Description |
|---|---|---|
| NetworkTick | tick |
Returns
| Type | Description |
|---|---|
| bool | True if the entity should be simulated. |