LightningBoltScriptLightAddedCallback Property |
Fires when a light is added
Namespace:
DigitalRuby.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public Action<Light> LightAddedCallback { get; set; }
Public Property LightAddedCallback As Action(Of Light)
Get
Set
public:
property Action<Light^>^ LightAddedCallback {
Action<Light^>^ get ();
void set (Action<Light^>^ value);
}
member LightAddedCallback : Action<Light> with get, set
Property Value
Type:
ActionLightSee Also