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