Click or drag to resize

BulletOnCollision Event

Called when the bullet collides with another body.

Namespace:  RavingBots.MagicGestures.Game.Magic
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public event Action<Collision> OnCollision

Value

Type: SystemActionCollision
See Also