ExampleDragDropSurface.cs 194 B

12345678
  1. using System;
  2. using UnityEngine;
  3. [AddComponentMenu("NGUI/Examples/Drag and Drop Surface (Example)")]
  4. public class ExampleDragDropSurface : MonoBehaviour
  5. {
  6. public bool rotatePlacedObject;
  7. }