Struct PhysicsContact
public readonly record struct PhysicsContact : IEquatable<PhysicsContact>
- Implements
- Inherited Members
Constructors
PhysicsContact(PhysicsBody, PhysicsBody)
public PhysicsContact(PhysicsBody BodyA, PhysicsBody BodyB)
Parameters
BodyAPhysicsBodyBodyBPhysicsBody
Properties
BodyA
public PhysicsBody BodyA { get; init; }
Property Value
BodyB
public PhysicsBody BodyB { get; init; }