Click or drag to resize

PhysicsEngineSetFrictionMaterialRecursive Method

Sets the friction material down the geometry hierarchy.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static void SetFrictionMaterialRecursive(
	PhysicsGeometry geometry,
	FrictionMaterialReference material
)

Parameters

geometry
Type: Demo3D.VisualsPhysicsGeometry
The geometry.
material
Type: Demo3D.VisualsFrictionMaterialReference
The friction material.
See Also