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

パラメーター

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

戻り値

VisualElement The element containing the custom GUI.

説明

Creates custom GUI with UI Toolkit for the property.

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