Click or drag to resize
BaseComponentCollisionStart Method
Called when this physical body start 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 CollisionStart(
	GameObject other,
	CollisionData data
)

Parameters

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