LightningBoltDependenciesLightRemoved Field |
Call this when a light is removed
Namespace:
DigitalRuby.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public Action<Light> LightRemoved
Public LightRemoved As Action(Of Light)
public:
Action<Light^>^ LightRemoved
val mutable LightRemoved: Action<Light>
Field Value
Type:
ActionLightSee Also