2020-07-08
This commit is contained in:
@@ -9,12 +9,12 @@ using UnityEditor;
|
||||
[CustomEditor(typeof(CLUIScrollViewWithEvent))]
|
||||
public class CLUIScrollViewWithEventEditor : UIScrollViewEditor
|
||||
{
|
||||
public override void OnInspectorGUI ()
|
||||
{
|
||||
base.OnInspectorGUI();
|
||||
public override void OnInspectorGUI()
|
||||
{
|
||||
base.OnInspectorGUI();
|
||||
|
||||
|
||||
NGUIEditorTools.DrawProperty("Loop Grid", serializedObject, "loopGrid");
|
||||
NGUIEditorTools.DrawProperty("Threshol Delta", serializedObject, "thresholDelta");
|
||||
}
|
||||
NGUIEditorTools.DrawProperty("Loop Grid", serializedObject, "loopGrid");
|
||||
NGUIEditorTools.DrawProperty("Threshol Delta", serializedObject, "thresholDelta");
|
||||
serializedObject.ApplyModifiedProperties();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user