docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ModifiableBodyPair

    A modifiable body pair.

    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 ModifiableBodyPair

    Properties

    BodyIndexA

    Gets the body index a.

    Declaration
    public int BodyIndexA { get; }
    Property Value
    Type Description
    int

    The body index a.

    BodyIndexB

    Gets the body index b.

    Declaration
    public int BodyIndexB { get; }
    Property Value
    Type Description
    int

    The body index b.

    EntityA

    Gets the entity a.

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

    The entity a.

    EntityB

    Gets the entity b.

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

    The entity b.

    Methods

    Disable()

    Disables this pair.

    Declaration
    public void Disable()
    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)