Flare
A flare asset. Read more about flares in the components reference.
Read time 3 minutesLast updated 3 days ago
Definition
- Type: Class
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
- Inherits from: Object
public sealed class Flare : Object
Remarks
The flare class has no properties. It needs to be setup up in the inspector. You can reference flares and assign them to a Light at runtime.
Additional Resources: Flare assets, LensFlare class.
Inheritance
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. |