Struct TriggerEvent | Unity Physics | 0.3.2-preview
docs.unity.cn
    Show / Hide Table of Contents

    Struct TriggerEvent

    Namespace: Unity.Physics
    Syntax
    public struct TriggerEvent

    Properties

    BodyIndices

    Declaration
    public BodyIndexPair BodyIndices { get; }
    Property Value
    Type Description
    BodyIndexPair

    ColliderKeys

    Declaration
    public ColliderKeyPair ColliderKeys { get; }
    Property Value
    Type Description
    ColliderKeyPair

    Entities

    Declaration
    public EntityPair Entities { get; }
    Property Value
    Type Description
    EntityPair
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX