Interface BoundingVolumeHierarchy.IAabbOverlapLeafProcessor | Unity Physics | 0.3.2-preview
docs.unity.cn
    Show / Hide Table of Contents

    Interface BoundingVolumeHierarchy.IAabbOverlapLeafProcessor

    Namespace: Unity.Physics
    Syntax
    public interface IAabbOverlapLeafProcessor

    Methods

    AabbLeaf<T>(OverlapAabbInput, Int32, ref T)

    Declaration
    void AabbLeaf<T>(OverlapAabbInput input, int leafData, ref T collector)
        where T : struct, IOverlapCollector
    Parameters
    Type Name Description
    OverlapAabbInput input
    Int32 leafData
    T collector
    Type Parameters
    Name Description
    T
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX