using UnityEngine; using System.Collections; public enum Rotate{ R,L,RL,LR,N }