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: 19.00.00
Syntax
C#
public static void SetFrictionMaterialRecursive(
	PhysicsGeometry geometry,
	FrictionMaterialReference material
)

Parameters

geometry  PhysicsGeometry
The geometry.
material  FrictionMaterialReference
The friction material.
See Also