PhysicsEngineAddPostCollideDelegate Method (PostCollideDelegate, Visual) |
Subscribes to be notified after the collision detection phase has been completed.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic void AddPostCollideDelegate(
PostCollideDelegate callback,
Visual visual
)
Parameters
- callback
- Type: PostCollideDelegate
The callback delegate. - visual
- Type: Demo3D.VisualsVisual
The visual that should be notified.
See Also