docs.unity.cn
    Show / Hide Table of Contents

    Struct BodyIndexPair

    A pair of rigid body indices.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Unity.Physics
    Syntax
    public struct BodyIndexPair

    Fields

    BodyIndexA

    The body index a.

    Declaration
    public int BodyIndexA
    Field Value
    Type Description
    Int32

    BodyIndexB

    The body index b.

    Declaration
    public int BodyIndexB
    Field Value
    Type Description
    Int32

    Properties

    Invalid

    Gets the invalid BodyIndexPair.

    Declaration
    public static readonly BodyIndexPair Invalid { get; }
    Property Value
    Type Description
    BodyIndexPair

    The invalid BodyIndexPair.

    IsValid

    Gets a value indicating whether this object is valid.

    Declaration
    public readonly bool IsValid { get; }
    Property Value
    Type Description
    Boolean

    True if this object is valid, false if not.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023