CreatePropertyField
CreatePropertyField(SerializedProperty, bool, string)
public static PropertyField CreatePropertyField(SerializedProperty property, bool bindProperty, string label) ;
説明
PropertyFieldを作成する
パラメーター
| パラメーター名 | 説明 |
|---|---|
| property | プロパティ |
| bindProperty | BindPropertyを行うかどうか |
| label | ラベル名 |
戻り値
作成したPropertyFieldを返す