Show / Hide Table of Contents

Struct ContactPoint

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct ContactPoint

Properties

| Improve this Doc View Source

normal

Declaration
public Vector3 normal { get; }
Property Value
Type Description
Vector3
| Improve this Doc View Source

otherCollider

Declaration
public Collider otherCollider { get; }
Property Value
Type Description
Collider
| Improve this Doc View Source

point

Declaration
public Vector3 point { get; }
Property Value
Type Description
Vector3
| Improve this Doc View Source

separation

Declaration
public float separation { get; }
Property Value
Type Description
Single
| Improve this Doc View Source

thisCollider

Declaration
public Collider thisCollider { get; }
Property Value
Type Description
Collider

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX