HoverLight Class

Definition

Utility component to animate and visualize a light that can be used with the GraphicsTools/Standard and GraphicsTools/Standard Canvas shaders "_HoverLight" feature.

[UnityEngine.AddComponentMenu("Scripts/GraphicsTools/HoverLight")]
[UnityEngine.ExecuteInEditMode]
public class HoverLight : UnityEngine.MonoBehaviour
[<UnityEngine.AddComponentMenu("Scripts/GraphicsTools/HoverLight")>]
[<UnityEngine.ExecuteInEditMode>]
type HoverLight = class
    inherit MonoBehaviour
Public Class HoverLight
Inherits MonoBehaviour
Inheritance
UnityEngine.MonoBehaviour
HoverLight
Attributes
UnityEngine.AddComponentMenuAttribute UnityEngine.ExecuteInEditModeAttribute

Constructors

HoverLight()

Properties

Color

Specifies the highlight color

Radius

Specifies the Radius of the HoverLight effect

Applies to