Click or drag to resize

ContactInfoConfigureFrictionDirection Method

Setup the first friction direction.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void ConfigureFrictionDirection(
	Vector3 direction,
	double angle
)

Parameters

direction
Type: Microsoft.DirectXVector3
Normalized vector describing direction of conveyor.
angle
Type: SystemDouble
Angle of friction relative to conveyor.
See Also