[UI] 초기 강화 화면 스크롤뷰 적용 및 배치

This commit is contained in:
Mingu
2017-07-19 03:08:01 +09:00
parent 57349fb48c
commit a2ce98a219
8 changed files with 10357 additions and 113 deletions

View File

@@ -0,0 +1,10 @@
using UnityEngine;
using UnityEditor;
[CustomEditor( typeof(ScrollRectSnap))]
public sealed class ScrollRectSnapEditor : Editor {
public override void OnInspectorGUI(){
DrawDefaultInspector ();
}
}