Class ServerSimulationSystemGroup
Namespace: Unity.NetCode
Syntax
public class ServerSimulationSystemGroup : SimulationSystemGroup
Properties
ServerTick
Declaration
public uint ServerTick { get; }
Property Value
| Type | Description |
|---|---|
| UInt32 |
Methods
OnCreate()
Declaration
protected override void OnCreate()
OnDestroy()
Declaration
protected override void OnDestroy()
OnUpdate()
Declaration
protected override void OnUpdate()