Struct ContactPoint
Assembly: UnityEngine.dll
public struct ContactPoint
Properties
|
Improve this Doc
View Source
Declaration
public Vector3 normal { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public Collider otherCollider { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public Vector3 point { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public float separation { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public Collider thisCollider { get; }
Property Value
Extension Methods