Click or drag to resize

ProcessCollisionHandler Delegate

An alternative to using the ProcessCollision virtual method on a visual. This allows for notification of collisions against specific geometry in a visual. This is only useful when the visual's physics body has a compound geometry.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public delegate void ProcessCollisionHandler(
	PhysicsCollision collision,
	Visual otherVisual
)

Parameters

collision
Type: Demo3D.VisualsPhysicsCollision
otherVisual
Type: Demo3D.VisualsVisual
See Also