ContactInfoConfigureFrictionDirection Method |
Setup the first friction direction.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic 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