Click or drag to resize
BasePhysicsComponentCallCollisionStart Method
Called when this physical body start colliding with another body.

Namespace:  GeonBit.ECS.Components.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void CallCollisionStart(
	BasePhysicsComponent other,
	CollisionData data
)

Parameters

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