Version: 2017.4

EditorGUI.PropertyScopeConstructor

マニュアルに切り替える
public EditorGUI.PropertyScope (Rect totalPosition, GUIContent label, SerializedProperty property);

パラメーター

totalPosition表示位置
labelスライダーの前のラベル。SerializedProperty から名前を使用するのには null を使用します。ラベルを非表示にするには GUIContent.none を使用します。
property制御に使用する SerializedProperty

説明

新しい PropertyScope を作成し、対応するプロパティーを開始します。