Struct BeginPredictedSimulationEntityCommandBufferSystem.Singleton
Assembly: Unity.NetCode.dll
Syntax
public struct BeginPredictedSimulationEntityCommandBufferSystem.Singleton : IComponentData, IQueryTypeParameter, IECBSingleton
Methods
CreateCommandBuffer(WorldUnmanaged)
Declaration
public EntityCommandBuffer CreateCommandBuffer(WorldUnmanaged world)
Parameters
Returns
SetAllocator(Allocator)
Declaration
public void SetAllocator(Allocator allocatorIn)
Parameters
SetAllocator(AllocatorHandle)
Declaration
public void SetAllocator(AllocatorManager.AllocatorHandle allocatorIn)
Parameters
SetPendingBufferList(ref UnsafeList<EntityCommandBuffer>)
Declaration
public void SetPendingBufferList(ref UnsafeList<EntityCommandBuffer> buffers)
Parameters
Implements