Skip to content

Format

typescript
PhysicMaterial.bounceCombine

class: PhysicMaterial

Description

The combination mode of elastic collision forces between objects.

This value is an enumeration that determines how the rebound velocities of two objects affect each other when they collide. For more information, see PhysicMaterialCombine.

Parameters

param_nametypedescription

Return

typedescription
PhysicMaterialCombineThe combination mode of elastic collision forces.

Code Example