Constructor NetworkTick
NetworkTick(uint)
Constructor, the start tick can be 0. Use this instead of the default constructor since that will generate an invalid tick.
Declaration
public NetworkTick(uint start)
Parameters
Type | Name | Description |
---|---|---|
uint | start | The tick index to initialize the NetworkTick with. |