docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor EntityTestSetup

    EntityTestSetup(GraphDefinitionSetupDelegate)

    Declaration
    public EntityTestSetup(GraphBaseFixture.GraphDefinitionSetupDelegate graphSetup)
    Parameters
    Type Name Description
    GraphBaseFixture.GraphDefinitionSetupDelegate graphSetup

    EntityTestSetup(Action<GraphBuilder>)

    Declaration
    public EntityTestSetup(Action<GraphBuilder> graphSetup)
    Parameters
    Type Name Description
    Action<GraphBuilder> graphSetup

    EntityTestSetup(GraphModel, Action<Entity>)

    Declaration
    public EntityTestSetup(GraphModel graphModelToTranslate, Action<Entity> entityDefined = null)
    Parameters
    Type Name Description
    GraphModel graphModelToTranslate
    Action<Entity> entityDefined

    EntityTestSetup(Action<Entity>, Action<GraphBuilder>)

    Declaration
    public EntityTestSetup(Action<Entity> entityDefined, Action<GraphBuilder> graphSetup)
    Parameters
    Type Name Description
    Action<Entity> entityDefined
    Action<GraphBuilder> graphSetup

    EntityTestSetup(Action<Entity>, GraphDefinitionSetupDelegate)

    Declaration
    public EntityTestSetup(Action<Entity> entityDefined, GraphBaseFixture.GraphDefinitionSetupDelegate graphSetup)
    Parameters
    Type Name Description
    Action<Entity> entityDefined
    GraphBaseFixture.GraphDefinitionSetupDelegate graphSetup
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)