Struct ContactPoint2D
Assembly: UnityEngine.dll
public struct ContactPoint2D
Properties
|
Improve this Doc
View Source
Declaration
public Collider2D collider { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool enabled { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public Vector2 normal { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public float normalImpulse { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public Collider2D otherCollider { get; }
Property Value
|
Improve this Doc
View Source
otherRigidbody
Declaration
public Rigidbody2D otherRigidbody { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public Vector2 point { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public Vector2 relativeVelocity { get; }
Property Value
|
Improve this Doc
View Source
rigidbody
Declaration
public Rigidbody2D rigidbody { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public float separation { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public float tangentImpulse { get; }
Property Value
Extension Methods