Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.29.0](1.28.2...1.29.0) (2021-04-30) ### Bug Fixes * Fixed MissingMethodException when using DelayedPropertyField in Unity 2021 ([a5bfb94](a5bfb94)) ### Features * Added a SerializedProperty.GetFieldInfoAndType() extension method ([ff2af73](ff2af73)) * Added DelayedPropertyField(Rect, SerializedProperty, GUIContent, bool) method ([414909d](414909d)) * Added EditorDrawHelper.LabelWidth disposable struct ([fb07ef9](fb07ef9)) * Added EditorGUIHelper.HasKeyboardFocus(int controlID) method ([9428a87](9428a87)) * Added IDelayable interface that can be used on custom PropertyDrawers to be drawn as delayable ([9a573ac](9a573ac)) * Added Rect.ShiftLinesDown(int linesNum) method ([9c95b8a](9c95b8a)) * Replaced Rect.ShiftLindesDown with Rect.ShiftOneLineDown method ([0c048a9](0c048a9))
- Loading branch information