Class FxPointLight
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
FxPointLight
Assembly: Dew.Core.dll
Syntax
[RequireComponent(typeof(Light))]
public class FxPointLight : FxInterpolatedEffectBase, IEffectComponent, IEffectWithSpeed
Fields
animateColor
Declaration
Field Value
animateIntensity
Declaration
public bool animateIntensity
Field Value
animateRange
Declaration
Field Value
colorOverValue
Declaration
[ShowIf("animateColor", true)]
public Gradient colorOverValue
Field Value
| Type |
Description |
| UnityEngine.Gradient |
|
intensityMultiplier
Declaration
[ShowIf("animateIntensity", true)]
public float intensityMultiplier
Field Value
rangeMultiplier
Declaration
[ShowIf("animateRange", true)]
public float rangeMultiplier
Field Value
Methods
OnInit()
Declaration
protected override void OnInit()
Overrides
ValueSetter(float)
Declaration
protected override void ValueSetter(float value)
Parameters
| Type |
Name |
Description |
| float |
value |
|
Overrides
Implements
Extension Methods