Version: 2022.3
言語: 日本語
public UIElements.VisualElement CreatePropertyGUI (SerializedProperty property);

パラメーター

property 対象となるシリアライズ化されたプロパティー

戻り値

VisualElement The element containing the custom GUI.

説明

Override this method to make your own UI Toolkit based GUI for the property.

See PropertyDrawer for an example of making a custom property drawer that uses CreatePropertyGUI.