Struct GhostPrefabCollectionComponent | Unity NetCode | 0.2.0-preview.5
docs.unity.cn
    Show / Hide Table of Contents

    Struct GhostPrefabCollectionComponent

    Namespace: Unity.NetCode
    Syntax
    public struct GhostPrefabCollectionComponent : IComponentData

    Fields

    clientInterpolatedPrefabs

    Declaration
    public Entity clientInterpolatedPrefabs
    Field Value
    Type Description
    Entity

    clientPredictedPrefabs

    Declaration
    public Entity clientPredictedPrefabs
    Field Value
    Type Description
    Entity

    serverPrefabs

    Declaration
    public Entity serverPrefabs
    Field Value
    Type Description
    Entity
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX