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

    Class HistoryBufferTests

    Inheritance
    Object
    HistoryBufferTests
    Namespace: Unity.NetCode.Physics.Tests
    Syntax
    public class HistoryBufferTests

    Methods

    CreatePhysicsHistoryBuffer_AllWorldsAreInitializedToDefault()

    Declaration
    public void CreatePhysicsHistoryBuffer_AllWorldsAreInitializedToDefault()

    CreatePhysicsHistoryBuffer_LargerThenCapacityThrow()

    Declaration
    public void CreatePhysicsHistoryBuffer_LargerThenCapacityThrow()

    PhysicsHistoryBuffer_CanBeDisposedAndNotLeak()

    Declaration
    public void PhysicsHistoryBuffer_CanBeDisposedAndNotLeak()

    PhysicsHistoryBuffer_CanBeReadInParallel()

    Declaration
    public void PhysicsHistoryBuffer_CanBeReadInParallel()

    PhysicsHistoryBuffer_CloningWithoutDisposeLogError()

    Declaration
    public void PhysicsHistoryBuffer_CloningWithoutDisposeLogError()

    PhysicsHistoryBuffer_DisposeBeforeCloningDoesNotLeak()

    Declaration
    public void PhysicsHistoryBuffer_DisposeBeforeCloningDoesNotLeak()

    PhysicsHistoryBuffer_DoesNotThrowsIfUsedInsideAJob()

    Declaration
    public void PhysicsHistoryBuffer_DoesNotThrowsIfUsedInsideAJob()

    PhysicsHistoryBuffer_ParallelReaderThrowIfUsingADisposedBuffer()

    Declaration
    public void PhysicsHistoryBuffer_ParallelReaderThrowIfUsingADisposedBuffer()

    PhysicsHistoryBuffer_Read_Write_OutsideJob()

    Declaration
    public void PhysicsHistoryBuffer_Read_Write_OutsideJob()

    PhysicsHistoryBuffer_ShouldUseParallelReaderInJob()

    Declaration
    public void PhysicsHistoryBuffer_ShouldUseParallelReaderInJob()

    PhysicsHistoryBuffer_SupportEntityForEach()

    Declaration
    public void PhysicsHistoryBuffer_SupportEntityForEach()

    PhysicsHistoryBuffer_TestPhysicsSystem()

    Declaration
    public void PhysicsHistoryBuffer_TestPhysicsSystem()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX