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