FlareLayer
FlareLayer component.
Read time 6 minutesLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
- Inherits from: Behaviour
Warning
Deprecated. The Flare Layer component is deprecated now that the Built-In Render Pipeline is deprecated. To use an alternative, refer to the documentation in the component help icon. #from(6000.5)
[HelpURL("create-lens-flare")][RequireComponent(typeof(Camera))]public class FlareLayer : Behaviour
Remarks
The FlareLayer is a lensflare component to be used on cameras. It has no properties.
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. |