Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ClothSkinningCoefficient

Description

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

This is set using the SkinnedCloth.coefficients property on the SkinnedCloth 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 SkinnedCloth component in the inspector.

Variables

collisionSphereDistanceDefinition of a sphere a vertex is not allowed to enter. This allows collision against the animated cloth.
collisionSphereRadiusDefinition 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.
maxDistanceBiasDistorts the sphere defined by the maxDistance based on skinned mesh normals.