Example #1
0
 /// <summary>
 ///     Gets whether the event should stop
 /// </summary>
 /// <param name="layer"></param>
 /// <returns></returns>
 public abstract bool MustStop(LayerModel layer);
Example #2
0
 /// <summary>
 ///     Resets the event's properties and triggers it
 /// </summary>
 public abstract void TriggerEvent(LayerModel layer);