Struct VisibleLight
Assembly: UnityEngine.dll
Syntax
public struct VisibleLight
Fields
|
Improve this Doc
View Source
finalColor
Declaration
Field Value
|
Improve this Doc
View Source
flags
Declaration
public VisibleLightFlags flags
Field Value
|
Improve this Doc
View Source
lightType
Declaration
public LightType lightType
Field Value
|
Improve this Doc
View Source
localToWorld
Declaration
public Matrix4x4 localToWorld
Field Value
|
Improve this Doc
View Source
range
Declaration
Field Value
|
Improve this Doc
View Source
screenRect
Declaration
Field Value
|
Improve this Doc
View Source
spotAngle
Declaration
Field Value
Properties
|
Improve this Doc
View Source
light
Declaration
public Light light { get; }
Property Value
Extension Methods