Class CommandReceiveSystem<TCommandDataSerializer, TCommandData>
Inheritance
CommandReceiveSystem<TCommandDataSerializer, TCommandData>
Inherited Members
Unity.Entities.SystemBase.OnCreateForCompiler()
Syntax
public abstract class CommandReceiveSystem<TCommandDataSerializer, TCommandData> : SystemBase where TCommandDataSerializer : struct, ICommandDataSerializer<TCommandData> where TCommandData : struct, ICommandData
Type Parameters
Name |
Description |
TCommandDataSerializer |
|
TCommandData |
|
Methods
InitJobData()
Declaration
protected CommandReceiveSystem<TCommandDataSerializer, TCommandData>.ReceiveJobData InitJobData()
Returns
OnCreate()
Declaration
protected override void OnCreate()
Overrides
OnDestroy()
Declaration
protected override void OnDestroy()
Overrides
ScheduleJobData<T>(T)
Declaration
protected void ScheduleJobData<T>(in T sendJob)
where T : struct, IJobEntityBatch
Parameters
Type |
Name |
Description |
T |
sendJob |
|
Type Parameters