Light Inherits from BehaviourScript interface for light components. Use this to control all aspects of Unity's lights. The properties are an exact match for the values shown in the Inspector. Usually lights are just created in the editor but sometimes you want to create a light from a script:
JavaScript
function Start () { using UnityEngine; import UnityEngine Variables
Inherited members
Inherited Variables
Inherited Functions
Inherited Class Functions
|
