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

    Interface IGhostSpawnSystem

    Namespace: Unity.NetCode
    Syntax
    public interface IGhostSpawnSystem

    Methods

    AddGhost(Int32, Entity)

    Declaration
    void AddGhost(int ghostId, Entity ghostEntity)
    Parameters
    Type Name Description
    Int32 ghostId
    Entity ghostEntity

    CanSpawn(Entity)

    Declaration
    bool CanSpawn(Entity entity)
    Parameters
    Type Name Description
    Entity entity
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX