Struct GhostPredictionSwitchingQueues
Singleton component with APIs and collections required for converting client ghosts GhostMode to Predicted & Interpolated. GhostPredictionSwitchingSystem
Implements
IComponentData
IQueryTypeParameter
Inherited Members
Namespace: Unity.Netcode
Assembly: Unity.NetCode.dll
Syntax
[MovedFrom(true, "Unity.NetCode", null, null)]
public struct GhostPredictionSwitchingQueues : IComponentData, IQueryTypeParameter
Fields
ConvertToInterpolatedQueue
Declaration
public NativeQueue<ConvertPredictionEntry>.ParallelWriter ConvertToInterpolatedQueue
Field Value
| Type | Description |
|---|---|
| NativeQueue<ConvertPredictionEntry>.ParallelWriter |
ConvertToPredictedQueue
Declaration
public NativeQueue<ConvertPredictionEntry>.ParallelWriter ConvertToPredictedQueue
Field Value
| Type | Description |
|---|---|
| NativeQueue<ConvertPredictionEntry>.ParallelWriter |
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter