Version: 2022.3
LanguageEnglish
  • C#

ClothSkinningCoefficient

struct in UnityEngine

/

Implemented in:UnityEngine.ClothModule

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

Description

The ClothSkinningCoefficient struct is used to set up how a Cloth component is allowed to move with respect to the SkinnedMeshRenderer it is attached to.

This is set using the Cloth.coefficients property on the Cloth component, which is a per-vertex array of ClothSkinningCoefficient structs. Typically, you will not set these values from code, but instead, set them up in the editor which shows up when you look at the Cloth component in the inspector.

Properties

collisionSphereDistanceDefinition of a sphere a vertex is not allowed to enter. This allows collision against the animated cloth.
maxDistanceDistance a vertex is allowed to travel from the skinned mesh vertex position.