Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

EditorGUI.PropertyScope Constructor

public EditorGUI.PropertyScope(Rect totalPosition, GUIContent label, SerializedProperty property);

Parameters

totalPositionRectangle on the screen to use for the control, including label if applicable.
labelLabel in front of the slider. Use null to use the name from the SerializedProperty. Use GUIContent.none to not display a label.
propertyThe SerializedProperty to use for the control.

Description

Create a new PropertyScope and begin the corresponding property.

Did you find this page useful? Please give it a rating: