PhysicsPlane
Represents a 2D plane.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Struct
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public struct PhysicsPlane
Fields
Value | Description |
|---|---|
| normal | The plane normal. This must be normalized for the plane be valid. |
| offset | The plane offset. |
Properties
Methods
Method | Description |
|---|---|
| GetSeparation | Get the signed separation of a point from a plane. |