BoxCollider
A box-shaped primitive collider.
Read time 7 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEngine
- Assembly: UnityEngine.PhysicsModule
- Inherits from: Collider
[RequireComponent(typeof(Transform))]public class BoxCollider : Collider
Remarks
Properties
Property | Description |
|---|---|
| center | The center of the box, measured in the object's local space. |
| size | The size of the box, measured in the object's local space. |
Inheritance
Inherited Members
Operators
Operator | Description |
|---|---|
| operator == | Compares two object references to see if they refer to the same object. |
| bool | Determines whether the object exists. |
| operator != | Compares if two objects refer to a different object. |