Interface IGhostMappingSystem | Unity NetCode | 0.6.0-preview.7
docs.unity.cn
    Show / Hide Table of Contents

    Interface IGhostMappingSystem

    Namespace: Unity.NetCode
    Syntax
    public interface IGhostMappingSystem

    Properties

    LastGhostMapWriter

    Declaration
    JobHandle LastGhostMapWriter { get; set; }
    Property Value
    Type Description
    JobHandle

    SpawnedGhostEntityMap

    Declaration
    NativeHashMap<SpawnedGhost, Entity> SpawnedGhostEntityMap { get; }
    Property Value
    Type Description
    NativeHashMap<SpawnedGhost, Entity>
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Saturday, January 23, 2021