mirror of
https://github.com/byeongyupKim/dlfqks.git
synced 2026-02-04 12:02:59 +09:00
[UI] 초기 강화 화면 스크롤뷰 적용 및 배치
This commit is contained in:
10
Assets/Editor/ScrollRectSnapEditor.cs
Normal file
10
Assets/Editor/ScrollRectSnapEditor.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
using UnityEditor;
|
||||
|
||||
[CustomEditor( typeof(ScrollRectSnap))]
|
||||
public sealed class ScrollRectSnapEditor : Editor {
|
||||
|
||||
public override void OnInspectorGUI(){
|
||||
DrawDefaultInspector ();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user