Struct ClothSphereColliderPair
Assembly: UnityEngine.dll
Syntax
public struct ClothSphereColliderPair
Constructors
|
Improve this Doc
View Source
ClothSphereColliderPair(SphereCollider)
Declaration
public ClothSphereColliderPair(SphereCollider a)
Parameters
|
Improve this Doc
View Source
ClothSphereColliderPair(SphereCollider, SphereCollider)
Declaration
public ClothSphereColliderPair(SphereCollider a, SphereCollider b)
Parameters
Properties
|
Improve this Doc
View Source
first
Declaration
public SphereCollider first { get; set; }
Property Value
|
Improve this Doc
View Source
second
Declaration
public SphereCollider second { get; set; }
Property Value
Extension Methods