Struct SurfaceConstraintInfo
Information about the surface constraint.
Inherited Members
Namespace: Unity.Physics
Assembly: solution.dll
Syntax
public struct SurfaceConstraintInfo
Fields
| Name | Description |
|---|---|
| ColliderKey | The collider key. |
| HitPosition | The hit position. |
| IsMaxSlope | True if is maximum slope, false if not. |
| IsTooSteep | True if is too steep, false if not. |
| Plane | The Plane. |
| Priority | The priority. |
| RigidBodyIndex | The rigid body index. |
| Touched | True if touched. |
| Velocity | The velocity. |