Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AngularFalloffType

Sets the method to use to compute the angular attenuation of spot lights.
Read time 1 minuteLast updated 5 days ago

Definition

public enum AngularFalloffType : byte

Fields

Value

Description

AnalyticAndInnerAngleNo falloff inside inner angle then compute falloff using analytic formula.
LUTUses a lookup table to calculate falloff and does not support the inner angle.