position | @param position Прямоугольник на экране, использующийся для текстового поля. |
property | @param property SerializedProperty, используемый контролом. |
label | @param label Необязательный текст перед слайдером. Передайте null, чтобы использовать имя из SerializedProperty. Используйте GUIContent.none, чтобы не отображать текст. |
includeChildren | If true the property including children is drawn; otherwise only the control itself (such as only a foldout but nothing below it). |
bool True if the property has children and is expanded and includeChildren was set to false; otherwise false.
Make a field for SerializedProperty.
See Also: SerializedProperty, SerializedObject.