Click or drag to resize

PhysicsObjectOnProcessContact Property

Occurs when processing volumetric 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: 15.0.2.11458
Syntax
C#
public OnProcessContactScriptReference OnProcessContact { get; }

Property Value

Type: OnProcessContactScriptReference
See Also