# Sandbox.PlaneCollider

Defines a plane collider.

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Inherits: [Sandbox.Collider](/api/Sandbox.Collider)
- Modifiers: sealed

## Constructors

- [`PlaneCollider`](/api/Sandbox.PlaneCollider/.ctor)

## Properties

- [`Center`](/api/Sandbox.PlaneCollider/Center): The center of the plane relative to this GameObject.
- [`IsConcave`](/api/Sandbox.PlaneCollider/IsConcave)
- [`Normal`](/api/Sandbox.PlaneCollider/Normal): The normal of the plane, determining its orientation.
- [`Scale`](/api/Sandbox.PlaneCollider/Scale): The size of the plane, from corner to corner.
