Version: 2022.3
LanguageEnglish
  • C#

Cloth.SetSelfAndInterCollisionIndices

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual

Declaration

public void SetSelfAndInterCollisionIndices(List<uint> indices);

Parameters

indices List of cloth particles indices to use for cloth self and/or inter collision.

Description

This allows you to set the cloth indices used for self and inter collision.

The same set of indices is used in both situations if necessary. To enable self-collision, both self-collision distance and self-collision stiffness should be set to to non-zero values. To enable inter-collision, both inter-collision distance and inter-collision stiffness should be set to to non-zero values.