Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Flare

A flare asset. Read more about flares in the components reference.
Read time 3 minutesLast updated 5 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

Inherited Members

Operators

Operator

Description

operator ==Compares two object references to see if they refer to the same object.
boolDetermines whether the object exists.
operator !=Compares if two objects refer to a different object.