Interface BoundingVolumeHierarchy.ITreeOverlapCollector | 2D Entities | 0.29.0-preview.3
docs.unity.cn
    Show / Hide Table of Contents

    Interface BoundingVolumeHierarchy.ITreeOverlapCollector

    Namespace: Unity.U2D.Entities.Physics
    Syntax
    public interface ITreeOverlapCollector

    Methods

    AddPairs(Int32, int4, Int32)

    Declaration
    void AddPairs(int l, int4 r, int countR)
    Parameters
    Type Name Description
    Int32 l
    Unity.Mathematics.int4 r
    Int32 countR

    AddPairs(int4, int4, Int32, Boolean)

    Declaration
    void AddPairs(int4 l, int4 r, int count, bool swapped = false)
    Parameters
    Type Name Description
    Unity.Mathematics.int4 l
    Unity.Mathematics.int4 r
    Int32 count
    Boolean swapped

    FlushIfNeeded()

    Declaration
    void FlushIfNeeded()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 26 August 2020