Class SerializedServerRcpSendSystem
Inheritance
SerializedServerRcpSendSystem
Inherited Members
Unity.Entities.SystemBase.UnmanagedUpdate$BurstManaged(System.IntPtr, Unity.Entities.SystemDependencySafetyUtility.SafetyErrorDetails)
Syntax
[DisableAutoCreation]
[UpdateInGroup(typeof(ServerSimulationSystemGroup))]
public class SerializedServerRcpSendSystem : SystemBase
Fields
Cmd
Declaration
public static SerializedRpcCommand Cmd
Field Value
SendCount
Declaration
public static int SendCount
Field Value
Methods
OnCreate()
Declaration
protected override void OnCreate()
Overrides
OnUpdate()
Declaration
protected override void OnUpdate()
Overrides