docs.unity3d.com
    Show / Hide Table of Contents

    Struct GhostPredictionSwitchingQueues

    Singleton component with APIs and collections required for converting client ghosts GhostMode to Predicted & Interpolated. GhostPredictionSwitchingSystem

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Unity.NetCode
    Syntax
    public struct GhostPredictionSwitchingQueues : IComponentData, IQueryTypeParameter

    Fields

    ConvertToInterpolatedQueue

    Unity.NetCode.GhostPredictionSwitchingSystem.ConvertGhostToInterpolated(Unity.Entities.EntityManager,Unity.NetCode.GhostUpdateVersion,Unity.NetCode.NetDebug,Unity.Collections.NativeArray{Unity.NetCode.GhostCollectionPrefab},Unity.Entities.Entity,System.Single,Unity.Collections.FixedList64Bytes{Unity.Entities.Entity}@,System.UInt32@)
    Declaration
    public NativeQueue<ConvertPredictionEntry>.ParallelWriter ConvertToInterpolatedQueue
    Field Value
    Type Description
    NativeQueue.ParallelWriter<>

    ConvertToPredictedQueue

    Unity.NetCode.GhostPredictionSwitchingSystem.ConvertGhostToPredicted(Unity.Entities.EntityManager,Unity.NetCode.GhostUpdateVersion,Unity.NetCode.NetDebug,Unity.Collections.NativeArray{Unity.NetCode.GhostCollectionPrefab},Unity.Entities.Entity,System.Single,Unity.Collections.FixedList64Bytes{Unity.Entities.Entity}@,System.UInt32@)
    Declaration
    public NativeQueue<ConvertPredictionEntry>.ParallelWriter ConvertToPredictedQueue
    Field Value
    Type Description
    NativeQueue.ParallelWriter<>
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023