0.3.0: Added Int/String to Animator parameter and tag popup
This commit is contained in:
parent
36a8310a01
commit
4ddb552bad
14 changed files with 298 additions and 1 deletions
|
|
@ -30,6 +30,10 @@ namespace Module.Inspector.Editor
|
|||
{
|
||||
position = GUILayoutUtility.GetLastRect();
|
||||
position.y -= totalHeight;
|
||||
|
||||
#if UNITY_2020_1_OR_NEWER
|
||||
position.width = EditorGUIUtility.currentViewWidth - 22.0f;
|
||||
#endif
|
||||
}
|
||||
|
||||
position.y = position.yMax + EditorGUIUtility.singleLineHeight;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue