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