Click or drag to resize
GameObjectCallCollisionStart Method
Called when the Game Object start colliding with another object.

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

Parameters

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