docs.unity.cn
    Show / Hide Table of Contents

    Interface BoundingVolumeHierarchy.ITreeOverlapCollector

    Namespace: Unity.Physics
    Syntax
    public interface ITreeOverlapCollector

    Methods

    AddPairs(int4, int4, Int32, Boolean)

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

    AddPairs(Int32, int4, Int32)

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

    FlushIfNeeded()

    Declaration
    void FlushIfNeeded()
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, April 26, 2022
    Terms of use