Class ServerTrackLoadedPrespawnSections
The ServerTrackLoadedPrespawnSections is responsible for tracking when an initialized prespawn sections is unloaded in order to release any allocated data and freeing ghost id ranges.
Inherited Members
Namespace: Unity.NetCode
Syntax
[UpdateInWorld(TargetWorld.Server)]
[UpdateInGroup(typeof(PrespawnGhostSystemGroup))]
[UpdateAfter(typeof(ServerPopulatePrespawnedGhostsSystem))]
public class ServerTrackLoadedPrespawnSections : SystemBase
Methods
OnCreate()
Declaration
protected override void OnCreate()
Overrides
OnDestroy()
Declaration
protected override void OnDestroy()
Overrides
OnUpdate()
Declaration
protected override void OnUpdate()