///
/// Created by SWAN DEV 2018
///
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.EventSystems;
///
/// Dynamic UI - Canvas Layer Handler script for handling UGUI canvas sorting layer: place the last clicked canvas on top layer.
///
public class DCanvasLayerHandler : MonoBehaviour
{
/// The base sorting order of handled canvases. Canvas with larger sorting order will show on top.
public static int baseLayer = 100;
/// A list of Canvases to be handled by this script.
private static List