add file open
This commit is contained in:
@@ -39,6 +39,7 @@ public class UIScrollViewEditor : Editor
|
||||
NGUIEditorTools.DrawProperty("Drag Effect", serializedObject, "dragEffect");
|
||||
NGUIEditorTools.DrawProperty("Scroll Wheel Factor", serializedObject, "scrollWheelFactor");
|
||||
NGUIEditorTools.DrawProperty("Momentum Amount", serializedObject, "momentumAmount");
|
||||
NGUIEditorTools.DrawProperty("dampen Strength", serializedObject, "dampenStrength");
|
||||
|
||||
NGUIEditorTools.DrawProperty("Restrict Within Panel", serializedObject, "restrictWithinPanel");
|
||||
NGUIEditorTools.DrawProperty("Cancel Drag If Fits", serializedObject, "disableDragIfFits");
|
||||
|
||||
Reference in New Issue
Block a user