Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.18.0](1.17.1...1.18.0) (2020-11-27) ### Bug Fixes * Made SerializedProperty.GetObjectType work with custom serializable classes ([f385e1e](f385e1e)) * Started using a more reliable method to check if EditorWindow is overflowing the screen ([e23abce](e23abce)) * Started using correct indent level in DrawWithIndentLevel() ([9b43825](9b43825)) ### Features * Added new EditorDrawHelper.DrawWithIndentLevel() method ([cad369c](cad369c)) * Added ResizableTextArea attribute ([23664a5](23664a5)) * Added the CreateEditor<T>() method ([94b4c02](94b4c02)) * Added the GetScreenWidth method to calculate the sum of screen widths if multiple displays are used. ([1c3243b](1c3243b))
- Loading branch information