Click or drag to resize
BasicPhysicalBodyCallCollisionStart Method
Called when this physical body start 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 CallCollisionStart(
	BasicPhysicalBody other,
	ref CollisionData data
)

Parameters

other
Type: GeonBit.Core.PhysicsBasicPhysicalBody
The other body we collide with.
data
Type: GeonBit.Core.PhysicsCollisionData
Extra collision data.
See Also