Struct GhostPredictionSwitchingQueues
Singleton component with APIs and collections required for converting client ghosts GhostMode to Predicted & Interpolated. GhostPredictionSwitchingSystem
Inherited Members
Namespace: Unity.NetCode
Assembly: Unity.NetCode.dll
Syntax
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 |