Class LensFlare
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public sealed class LensFlare : Behaviour
Properties
brightness
Declaration
public float brightness { get; set; }
Property Value
Type | Description |
---|---|
Single |
color
Declaration
public Color color { get; set; }
Property Value
Type | Description |
---|---|
Color |
fadeSpeed
Declaration
public float fadeSpeed { get; set; }
Property Value
Type | Description |
---|---|
Single |
flare
Declaration
public Flare flare { get; set; }
Property Value
Type | Description |
---|---|
Flare |