Interface IOverlapCollector | Unity Physics | 0.5.1-preview.2
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IOverlapCollector

    Namespace: Unity.Physics
    Syntax
    public interface IOverlapCollector

    Methods

    AddColliderKeys(ColliderKey*, Int32)

    Declaration
    void AddColliderKeys(ColliderKey*keys, int count)
    Parameters
    Type Name Description
    ColliderKey* keys
    Int32 count

    AddRigidBodyIndices(Int32*, Int32)

    Declaration
    void AddRigidBodyIndices(int *indices, int count)
    Parameters
    Type Name Description
    Int32* indices
    Int32 count

    PopCompositeCollider(UInt32)

    Declaration
    void PopCompositeCollider(uint numCompositeKeyBits)
    Parameters
    Type Name Description
    UInt32 numCompositeKeyBits

    PushCompositeCollider(ColliderKeyPath)

    Declaration
    void PushCompositeCollider(ColliderKeyPath compositeKey)
    Parameters
    Type Name Description
    ColliderKeyPath compositeKey
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023