PhysicsPlane
Represents a 2D plane.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
public struct PhysicsPlane
Fields
Value | Description |
|---|---|
| normal | The plane normal. This must be normalized for the plane be valid. |
| offset | The plane offset. |
Properties
Property | Description |
|---|---|
| isValid | Check if the plane is valid. To be valid, the PhysicsPlane.normal must be normalized. |
Methods
Method | Description |
|---|---|
| GetSeparation | Get the signed separation of a point from a plane. |