Class ECSTestsFixture | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class ECSTestsFixture

    Inheritance
    System.Object
    ECSTestsFixture
    ArchetypeChunkArrayTest
    ComponentGroupArrayTests
    ComponentGroupDelta
    ComponentGroupIndexFilter
    ComponentGroupTransformAccessArrayTests
    ComponentOrderVersionTests
    ComponentSystemInjectionTests
    ComponentSystemStartStopRunningTests
    ComponentSystemTests
    CreateAndDestroyTests
    EntityCommandBufferTests
    EntityManagerTests
    EntityTransactionTests
    FixedArrayTests
    GameObjectEntityTests
    IJobProcessComponentDataTests
    InjectComponentGroupTests
    InjectComponentGroupTestsHybrid
    IterationTests
    JobComponentSystemDependencyTests
    JobSafetyTests
    MoveEntitiesFrom
    SafetyTests
    SerializeTests
    SharedComponentDataTests
    SharedComponentSerializeTests
    SystemStateComponentTests
    TransformTests
    TransformUpdateTests
    TypeManagerTests
    ComponentTypeTests
    UpdateOrderOptimizerTests
    WorldDebuggingToolsTests
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Unity.Entities.Tests
    Syntax
    public class ECSTestsFixture

    Fields

    m_Manager

    Declaration
    protected EntityManager m_Manager
    Field Value
    Type Description
    EntityManager

    m_PreviousWorld

    Declaration
    protected World m_PreviousWorld
    Field Value
    Type Description
    World

    StressTestEntityCount

    Declaration
    protected int StressTestEntityCount
    Field Value
    Type Description
    System.Int32

    World

    Declaration
    protected World World
    Field Value
    Type Description
    World

    Properties

    EmptySystem

    Declaration
    public EmptySystem EmptySystem { get; }
    Property Value
    Type Description
    EmptySystem

    Methods

    AssertComponentData(Entity, Int32)

    Declaration
    public void AssertComponentData(Entity entity, int index)
    Parameters
    Type Name Description
    Entity entity
    System.Int32 index

    AssertDoesNotExist(Entity)

    Declaration
    public void AssertDoesNotExist(Entity entity)
    Parameters
    Type Name Description
    Entity entity

    CreateEntityWithDefaultData(Int32)

    Declaration
    public Entity CreateEntityWithDefaultData(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    Entity

    Setup()

    Declaration
    public virtual void Setup()

    TearDown()

    Declaration
    public virtual void TearDown()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023