Field ClientHistorySize
The number of physics world states that are backed up on the client. This cannot be more than the maximum capacity, leaving it at zero will give oyu the default which is one.
Namespace: Unity.NetCode
Assembly: solution.dll
Syntax
[Tooltip("The number of physics world states that are backed up on the client. This cannot be more than the maximum capacity, leaving it at zero will give oyu the default which is one.")]
public int ClientHistorySize
Returns
Type | Description |
---|---|
int |