Class CommandSendSystemGroup
Inherited Members
Unity.Entities.ComponentSystemGroup.FixedRateManager
Namespace: Unity.NetCode
Syntax
[UpdateInWorld(TargetWorld.Client)]
[UpdateInGroup(typeof(GhostSimulationSystemGroup))]
[UpdateAfter(typeof(GhostReceiveSystem))]
[UpdateBefore(typeof(GhostPredictionSystemGroup))]
public class CommandSendSystemGroup : ComponentSystemGroup
Methods
OnCreate()
Declaration
protected override void OnCreate()
Overrides
OnUpdate()
Declaration
protected override void OnUpdate()