Class PrespawnGhostSystemGroup
Inheritance
PrespawnGhostSystemGroup
Inherited Members
Unity.Entities.ComponentSystemGroup.FixedRateManager
Namespace: Unity.NetCode
Syntax
[UpdateInGroup(typeof(GhostSimulationSystemGroup))]
[UpdateAfter(typeof(GhostCollectionSystem))]
[UpdateBefore(typeof(GhostPredictionSystemGroup))]
public class PrespawnGhostSystemGroup : ComponentSystemGroup