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

    Class GhostCollectionAuthoringComponent

    Inheritance
    Object
    GhostCollectionAuthoringComponent
    Namespace: Unity.NetCode
    Syntax
    public class GhostCollectionAuthoringComponent : MonoBehaviour, IConvertGameObjectToEntity

    Fields

    DeserializerCollectionPath

    Declaration
    public string DeserializerCollectionPath
    Field Value
    Type Description
    String

    Ghosts

    Declaration
    public List<GhostCollectionAuthoringComponent.Ghost> Ghosts
    Field Value
    Type Description
    List<GhostCollectionAuthoringComponent.Ghost>

    NamePrefix

    Declaration
    public string NamePrefix
    Field Value
    Type Description
    String

    RootPath

    Declaration
    public string RootPath
    Field Value
    Type Description
    String

    SerializerCollectionPath

    Declaration
    public string SerializerCollectionPath
    Field Value
    Type Description
    String

    Methods

    Convert(Entity, EntityManager, GameObjectConversionSystem)

    Declaration
    public void Convert(Entity entity, EntityManager dstManager, GameObjectConversionSystem conversionSystem)
    Parameters
    Type Name Description
    Entity entity
    EntityManager dstManager
    GameObjectConversionSystem conversionSystem

    FindComponentWithName(String)

    Declaration
    public Type FindComponentWithName(string name)
    Parameters
    Type Name Description
    String name
    Returns
    Type Description
    Type
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX