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

Namespace:  GeonBit.ECS.Components
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void CollisionProcess(
	GameObject other
)

Parameters

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