Click or drag to resize

PhysicsEngineRaiseFrictionError Method

Logs a friction error in a thread-safe way.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void RaiseFrictionError(
	FrictionMaterialReference material1,
	FrictionMaterialReference material2
)

Parameters

material1
Type: Demo3D.VisualsFrictionMaterialReference
The first friction material.
material2
Type: Demo3D.VisualsFrictionMaterialReference
The second friction material.
See Also