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

    Interface IQueryResult

    Namespace: Unity.Physics
    Syntax
    public interface IQueryResult

    Properties

    ColliderKey

    Declaration
    ColliderKey ColliderKey { get; }
    Property Value
    Type Description
    ColliderKey

    Entity

    Declaration
    Entity Entity { get; }
    Property Value
    Type Description
    Entity

    Fraction

    Declaration
    float Fraction { get; }
    Property Value
    Type Description
    Single

    RigidBodyIndex

    Declaration
    int RigidBodyIndex { get; }
    Property Value
    Type Description
    Int32
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX