Class CompareCommandSystemGroup
This group contains all core-generated system that are used to compare commands for sake of identifing the ticks the client
has changed input (see m_Unique
Inherited Members
Namespace: Unity.NetCode
Assembly: Unity.NetCode.dll
Syntax
[WorldSystemFilter(WorldSystemFilterFlags.ClientSimulation, WorldSystemFilterFlags.ClientSimulation)]
[UpdateInGroup(typeof(GhostSimulationSystemGroup))]
[UpdateAfter(typeof(GhostInputSystemGroup))]
public class CompareCommandSystemGroup : ComponentSystemGroup