Version: 5.6 (switch to 2017.1b)
LanguageEnglish
  • C#
  • JS

Script language

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

ClothSphereColliderPair Constructor

public ClothSphereColliderPair(SphereCollider a);
public ClothSphereColliderPair(SphereCollider a, SphereCollider b);

Parameters

a The first SphereCollider of a ClothSphereColliderPair.
b The second SphereCollider of a ClothSphereColliderPair.

Description

Creates a ClothSphereColliderPair. If only one SphereCollider is given, the ClothSphereColliderPair will define a simple sphere. If two SphereColliders are given, the ClothSphereColliderPair defines a conic capsule shape, composed of the two spheres and the cone connecting the two.