Search Results for

    Show / Hide Table of Contents

    Struct BulletManifoldInternal

    Contact point between 2 colliders.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Evergine.Bullet
    Assembly: Evergine.Bullet.dll
    Syntax
    public struct BulletManifoldInternal

    Fields

    BodyA

    Body A.

    Declaration
    public IntPtr BodyA
    Field Value
    Type Description
    IntPtr

    BodyB

    Body B.

    Declaration
    public IntPtr BodyB
    Field Value
    Type Description
    IntPtr

    Id

    The index of the manifold.

    Declaration
    public int Id
    Field Value
    Type Description
    int

    NumContacts

    The number of contacts.

    Declaration
    public int NumContacts
    Field Value
    Type Description
    int

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX