Class MultiplayerPlaymodeLoggingSystem
Inheritance
MultiplayerPlaymodeLoggingSystem
Inherited Members
Unity.Entities.SystemBase.UnmanagedUpdate$BurstManaged(System.IntPtr, Unity.Entities.SystemDependencySafetyUtility.SafetyErrorDetails)
Syntax
[UpdateInGroup(typeof(ClientAndServerSimulationSystemGroup))]
public class MultiplayerPlaymodeLoggingSystem : SystemBase
Properties
IsDumpingPackets
Declaration
public bool IsDumpingPackets { get; }
Property Value
ShouldDumpPackets
Declaration
public bool ShouldDumpPackets { get; set; }
Property Value
Methods
OnCreate()
Declaration
protected override void OnCreate()
Overrides
OnUpdate()
Declaration
protected override void OnUpdate()
Overrides