Version: 5.6

EditorGUI.PropertyScopeConstructor

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

Parámetros

totalPosition Rectangle on the screen to use for the control, including label if applicable.
label Label in front of the slider. Use null to use the name from the SerializedProperty. Use GUIContent.none to not display a label.
property The SerializedProperty to use for the control.

Descripción

Create a new PropertyScope and begin the corresponding property.