Click or drag to resize
BasicPhysicalBodyCallCollisionProcess Method
Called while this physical body is colliding with another body.

Namespace:  GeonBit.Core.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void CallCollisionProcess(
	BasicPhysicalBody other
)

Parameters

other
Type: GeonBit.Core.PhysicsBasicPhysicalBody
The other body we are colliding with.
See Also