版本:Unity 6 (6000.0)
语言英语
  • C#

ClothSphereColliderPair 构造函数

建议修改

成功!

感谢您帮助我们提高 Unity 文档的质量。虽然我们不能接受所有提交内容,但我们确实会阅读用户提出的每个修改建议,并在适用的情况下进行更新。

关闭

提交失败

由于某种原因,您的修改建议无法提交。请<a>稍后再试</a>。感谢您抽出时间帮助我们提高 Unity 文档的质量。

关闭

取消

声明

public ClothSphereColliderPair(SphereCollider a);

声明

public ClothSphereColliderPair(SphereCollider a, SphereCollider b);

参数

a ClothSphereColliderPair 的第一个 SphereCollider。
b ClothSphereColliderPair 的第二个 SphereCollider。

描述

创建一个 ClothSphereColliderPair。如果只给出 SphereCollider,ClothSphereColliderPair 将定义一个简单的球体。如果给出两个 SphereCollider,ClothSphereColliderPair 将定义一个圆锥形胶囊形状,由两个球体和连接两个球体的圆锥组成。