docs.unity.cn
    Show / Hide Table of Contents

    Struct PhysicsColliderKeyEntityPair

    A buffer element used to associate an original Entity with a collider key in a CompoundCollider.

    Namespace: Unity.Physics
    Syntax
    public struct PhysicsColliderKeyEntityPair : IBufferElementData

    Fields

    Entity

    Declaration
    public Entity Entity
    Field Value
    Type Description
    Entity

    Key

    Declaration
    public ColliderKey Key
    Field Value
    Type Description
    ColliderKey
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, April 26, 2022
    Terms of use