Interface IConvertGameObjectToEntity | Entities | 0.3.0-preview.4
docs.unity.cn
    Show / Hide Table of Contents

    Interface IConvertGameObjectToEntity

    Namespace: Unity.Entities
    Syntax
    public interface IConvertGameObjectToEntity

    Methods

    Convert(Entity, EntityManager, GameObjectConversionSystem)

    Declaration
    void Convert(Entity entity, EntityManager dstManager, GameObjectConversionSystem conversionSystem)
    Parameters
    Type Name Description
    Entity entity
    EntityManager dstManager
    GameObjectConversionSystem conversionSystem
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX