Version: 2022.1
언어: 한국어

EditorGUI.PropertyScopeConstructor

매뉴얼로 전환
public EditorGUI.PropertyScope (Rect totalPosition, GUIContent label, SerializedProperty property);

파라미터

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.

설명

Create a new PropertyScope and begin the corresponding property.