Light2DBase
Provides a base class for 2D lights.
Read time 6 minutesLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEngine.U2D
- Assembly: UnityEngine.CoreModule
- Inherits from: MonoBehaviour
public abstract class Light2DBase : MonoBehaviour
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. |