Table of Contents

Struct PhysicsContact

Namespace
Axolotl2D.Physics
Assembly
Axolotl2D.dll
public readonly record struct PhysicsContact : IEquatable<PhysicsContact>
Implements
Inherited Members

Constructors

PhysicsContact(PhysicsBody, PhysicsBody)

public PhysicsContact(PhysicsBody BodyA, PhysicsBody BodyB)

Parameters

BodyA PhysicsBody
BodyB PhysicsBody

Properties

BodyA

public PhysicsBody BodyA { get; init; }

Property Value

PhysicsBody

BodyB

public PhysicsBody BodyB { get; init; }

Property Value

PhysicsBody