Click or drag to resize

PhysicsObjectOnProcessContact Property

Property Value

Type: OnProcessContactScriptReference
Event handler for processing physics contact points. Arguments are the sender, the load visual and the contact details (of type ContactInfo). Implementing this handler can severely impact performance.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public OnProcessContactScriptReference OnProcessContact { get; }

Property Value

Type: OnProcessContactScriptReference
See Also