C# 클래스 UnityEngine.ClothSphereColliderPair

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
ClothSphereColliderPair ( SphereCollider a ) : System

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.

ClothSphereColliderPair ( SphereCollider a, SphereCollider b ) : System

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.

메소드 상세

ClothSphereColliderPair() 공개 메소드

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.

public ClothSphereColliderPair ( SphereCollider a ) : System
a SphereCollider The first SphereCollider of a ClothSphereColliderPair.
리턴 System

ClothSphereColliderPair() 공개 메소드

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.

public ClothSphereColliderPair ( SphereCollider a, SphereCollider b ) : System
a SphereCollider The first SphereCollider of a ClothSphereColliderPair.
b SphereCollider The second SphereCollider of a ClothSphereColliderPair.
리턴 System