Click or drag to resize

PhysicsEngineRemoveGeometryProcessContactHandler Method

Note: This API is now obsolete.

Remove a contact handler delegate from a geom.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
[ObsoleteAttribute("RemoveGeometryProcessContactHandler is deprecated, please use RemoveGeometryProcessCollisionHandler instead.", 
	false)]
public void RemoveGeometryProcessContactHandler(
	PhysicsGeometry geometry,
	ProcessContactHandler handler
)

Parameters

geometry
Type: Demo3D.VisualsPhysicsGeometry

[Missing <param name="geometry"/> documentation for "M:Demo3D.Visuals.PhysicsEngine.RemoveGeometryProcessContactHandler(Demo3D.Visuals.PhysicsGeometry,Demo3D.Visuals.ProcessContactHandler)"]

handler
Type: ProcessContactHandler

[Missing <param name="handler"/> documentation for "M:Demo3D.Visuals.PhysicsEngine.RemoveGeometryProcessContactHandler(Demo3D.Visuals.PhysicsGeometry,Demo3D.Visuals.ProcessContactHandler)"]

Remarks
Using geometry contact handlers is deprecated. Use geometry collision handlers instead.
See Also