Skip to content

Format

typescript
PhysicMaterial.frictionCombine

class: PhysicMaterial

Description

The combination mode of friction between objects.

This value is an enumeration that determines how the friction between two objects affects each other when they collide. For more information, see PhysicMaterialCombine.

Parameters

param_nametypedescription

Return

typedescription
PhysicMaterialCombineThe combination mode of friction.

Code Example