|
|
|
|
|
|
rect.x += 10.0f; |
|
|
|
rect.width -= 10.0f; |
|
|
|
|
|
|
|
EditorGUI.PropertyField(new Rect(rect.x, rect.y, rect.width, 0.0f), element, true); |
|
|
|
EditorGUI.PropertyField(new Rect(rect.x, rect.y, rect.width, EditorGUIUtility.singleLineHeight), element, true); |
|
|
|
}, |
|
|
|
|
|
|
|
elementHeightCallback = (int index) => |
|
|
|