docs.unity3d.com
Search Results for

    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.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Physics
    Assembly: Unity.Physics.dll
    Syntax
    public struct BodyIndexPair

    Fields

    BodyIndexA

    The body index a.

    Declaration
    public int BodyIndexA
    Field Value
    Type Description
    int

    BodyIndexB

    The body index b.

    Declaration
    public int BodyIndexB
    Field Value
    Type Description
    int

    Properties

    Invalid

    Gets the invalid BodyIndexPair.

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

    The invalid BodyIndexPair.

    IsValid

    Gets a value indicating whether this object is valid.

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

    True if this object is valid, false if not.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)