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

    Interface BoundingVolumeHierarchy.IColliderCastLeafProcessor

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

    Methods

    ColliderCastLeaf<T>(ColliderCastInput, Int32, ref T)

    Declaration
    bool ColliderCastLeaf<T>(ColliderCastInput input, int leafData, ref T collector)
        where T : struct, ICollector<ColliderCastHit>
    Parameters
    Type Name Description
    ColliderCastInput input
    Int32 leafData
    T collector
    Returns
    Type Description
    Boolean
    Type Parameters
    Name Description
    T
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 26 August 2020